13 lines
224 B
SYSTEMD
13 lines
224 B
SYSTEMD
|
[Unit]
|
||
|
Description=Xen-watchdog - run xen watchdog daemon
|
||
|
After=xend.service
|
||
|
ConditionPathExists=/proc/xen
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/sbin/xenwatchdogd 30 15
|
||
|
KillSignal=USR1
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|