]> git.pld-linux.org Git - packages/xen.git/blob - xen-watchdog.service
- added librt patch (qemu build fix for glibc 2.17)
[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
6 [Service]
7 Type=forking
8 ExecStart=/usr/sbin/xenwatchdogd 30 15
9 KillSignal=USR1
10
11 [Install]
12 WantedBy=multi-user.target
This page took 0.022827 seconds and 3 git commands to generate.