]> git.pld-linux.org Git - packages/xen.git/blame_incremental - xen-watchdog.service
- updated gettext BR
[packages/xen.git] / xen-watchdog.service
... / ...
CommitLineData
1[Unit]
2Description=Xen-watchdog - run xen watchdog daemon
3Requires=proc-xen.mount
4After=proc-xen.mount xend.service
5ConditionPathExists=/proc/xen
6
7[Service]
8Type=forking
9ExecStart=/usr/sbin/xenwatchdogd 30 15
10KillSignal=USR1
11
12[Install]
13WantedBy=multi-user.target
This page took 0.044207 seconds and 4 git commands to generate.