2018-03-16 17:05:24 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Virtualization xen daemon
|
|
|
|
Conflicts=libvirtd.service
|
|
|
|
Requires=virtxend.socket
|
|
|
|
Requires=virtxend-ro.socket
|
|
|
|
Requires=virtxend-admin.socket
|
|
|
|
After=network.target
|
|
|
|
After=dbus.service
|
|
|
|
After=apparmor.service
|
|
|
|
After=local-fs.target
|
|
|
|
After=remote-fs.target
|
|
|
|
After=xencommons.service
|
|
|
|
Conflicts=xendomains.service
|
|
|
|
Documentation=man:libvirtd(8)
|
|
|
|
Documentation=https://libvirt.org
|
|
|
|
ConditionPathExists=/proc/xen/capabilities
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
2020-04-01 17:59:14 +00:00
|
|
|
EnvironmentFile=-@sysconfdir@/sysconfig/virtxend
|
2020-04-02 16:01:12 +00:00
|
|
|
ExecStart=@sbindir@/virtxend $VIRTXEND_ARGS
|
2018-03-16 17:05:24 +00:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
Restart=on-failure
|
|
|
|
KillMode=process
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Also=virtxend.socket
|
|
|
|
Also=virtxend-ro.socket
|
|
|
|
Also=virtxend-admin.socket
|