mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 21:15:20 +00:00
f468f0a634
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>
28 lines
662 B
SYSTEMD
28 lines
662 B
SYSTEMD
[Unit]
|
|
Description=Virtualization vbox daemon
|
|
Conflicts=libvirtd.service
|
|
Requires=virtvboxd.socket
|
|
Requires=virtvboxd-ro.socket
|
|
Requires=virtvboxd-admin.socket
|
|
After=network.target
|
|
After=dbus.service
|
|
After=apparmor.service
|
|
After=local-fs.target
|
|
After=remote-fs.target
|
|
Documentation=man:virtvboxd(8)
|
|
Documentation=https://libvirt.org
|
|
|
|
[Service]
|
|
Type=notify
|
|
Environment=VIRTVBOXD_ARGS="--timeout 120"
|
|
EnvironmentFile=-@sysconfdir@/sysconfig/virtvboxd
|
|
ExecStart=@sbindir@/virtvboxd $VIRTVBOXD_ARGS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=virtvboxd.socket
|
|
Also=virtvboxd-ro.socket
|
|
Also=virtvboxd-admin.socket
|