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