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