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
16 lines
416 B
Desktop File
16 lines
416 B
Desktop File
[Unit]
|
|
Description=Xendomains - start and stop Xen VMs on boot and shutdown
|
|
Requires=xenstored.service xenconsoled.service
|
|
After=xenstored.service xenconsoled.service
|
|
ConditionPathExists=/proc/xen
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
|
|
ExecStart=-/etc/init.d/xendomains start
|
|
ExecStop=/etc/init.d/xendomains stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|