ceph/systemd/ceph-crash.service.in
Dan Mick da20184a16 add ceph-crash service
ceph-crash runs from systemd and watches /var/lib/ceph/crash
for crashdumps, posting them to the mgrs using the mgr's
crash plugin

Signed-off-by: Dan Mick <dan.mick@redhat.com>
2018-08-08 18:37:43 -07:00

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