mirror of https://github.com/ceph/ceph
14 lines
203 B
SYSTEMD
14 lines
203 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ceph crash dump collector
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/ceph-crash
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
StartLimitInterval=10min
|
||
|
StartLimitBurst=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=ceph.target
|