mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 00:25:23 +00:00
e4de8857ad
The virtnodedevd daemon will be responsible for providing the nodedev API driver functionality. The nodedev driver is still loaded by the main libvirtd daemon at this stage, so virtnodedevd must not be running at the same time. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
25 lines
567 B
SYSTEMD
25 lines
567 B
SYSTEMD
[Unit]
|
|
Description=Virtualization nodedev daemon
|
|
Conflicts=libvirtd.service
|
|
Requires=virtnodedevd.socket
|
|
Requires=virtnodedevd-ro.socket
|
|
Requires=virtnodedevd-admin.socket
|
|
After=network.target
|
|
After=dbus.service
|
|
After=apparmor.service
|
|
After=local-fs.target
|
|
Documentation=man:libvirtd(8)
|
|
Documentation=https://libvirt.org
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=@sbindir@/virtnodedevd --timeout 120
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=virtnodedevd.socket
|
|
Also=virtnodedevd-ro.socket
|
|
Also=virtnodedevd-admin.socket
|