- Added support for systemd with the following service files
xenstored.service blktapctrl.service xend.service xenconsoled.service xen-watchdog.service xendomains.service xencommons.service OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=259
This commit is contained in:
committed by
Git OBS Bridge
parent
11035112e8
commit
9069ef8fe4
12
xen-watchdog.service
Normal file
12
xen-watchdog.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[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
|
Reference in New Issue
Block a user