2013-07-30 23:20:13 +02:00
|
|
|
[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
|
2013-11-26 21:18:36 +01:00
|
|
|
ExecStart=/usr/sbin/xend start
|
2013-07-30 23:20:13 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|