mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-26 13:22:20 +00:00
systemd: Set Type=notify for virtlogd/virtlockd
This tells systemd that the services in question support the native socket activation protocol. virtlogd and virtlockd, just like all the other daemons, implement the necessary handshake. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
ec51404924
commit
934e298ee6
@ -7,6 +7,7 @@ Documentation=man:virtlockd(8)
|
|||||||
Documentation=https://libvirt.org
|
Documentation=https://libvirt.org
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=notify
|
||||||
Environment=VIRTLOCKD_ARGS=
|
Environment=VIRTLOCKD_ARGS=
|
||||||
EnvironmentFile=-@initconfdir@/virtlockd
|
EnvironmentFile=-@initconfdir@/virtlockd
|
||||||
ExecStart=@sbindir@/virtlockd $VIRTLOCKD_ARGS
|
ExecStart=@sbindir@/virtlockd $VIRTLOCKD_ARGS
|
||||||
|
@ -7,6 +7,7 @@ Documentation=man:virtlogd(8)
|
|||||||
Documentation=https://libvirt.org
|
Documentation=https://libvirt.org
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=notify
|
||||||
Environment=VIRTLOGD_ARGS=
|
Environment=VIRTLOGD_ARGS=
|
||||||
EnvironmentFile=-@initconfdir@/virtlogd
|
EnvironmentFile=-@initconfdir@/virtlogd
|
||||||
ExecStart=@sbindir@/virtlogd $VIRTLOGD_ARGS
|
ExecStart=@sbindir@/virtlogd $VIRTLOGD_ARGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user