9069ef8fe4
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
15 lines
341 B
Desktop File
15 lines
341 B
Desktop File
[Unit]
|
|
Description=Xend - Starts and stops the Xen management daemon
|
|
Before=libvirtd.service libvirt-guests.service
|
|
ConditionPathExists=/proc/xen
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/xend.pid
|
|
Environment=HOME=/root
|
|
ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
|
|
ExecStart=/usr/sbin/xend
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|