mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-25 12:52:19 +00:00
The service files were copied out of the service file for libvirtd and the name of the corresponding manpage was not fixed. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2045959 Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
34 lines
812 B
SYSTEMD
34 lines
812 B
SYSTEMD
[Unit]
|
|
Description=Virtualization xen daemon
|
|
Conflicts=libvirtd.service
|
|
Requires=virtlockd.socket
|
|
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:virtxend(8)
|
|
Documentation=https://libvirt.org
|
|
ConditionPathExists=/proc/xen/capabilities
|
|
|
|
[Service]
|
|
Type=notify
|
|
Environment=VIRTXEND_ARGS="--timeout 120"
|
|
EnvironmentFile=-@sysconfdir@/sysconfig/virtxend
|
|
ExecStart=@sbindir@/virtxend $VIRTXEND_ARGS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=virtlockd.socket
|
|
Also=virtxend.socket
|
|
Also=virtxend-ro.socket
|
|
Also=virtxend-admin.socket
|