mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
systemd: Add missing WantedBy for virtlogd/virtlockd
This annotation being missing resulted in virtlogd and virtlockd being marked as "indirect" services, i.e. services that cannot be started directly but have to be socket activated instead. While this is our preferred configuration, we shouldn't prevent the admin to start them at boot if they want to. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4499eea524
commit
06f12fd041
@ -21,5 +21,6 @@ OOMScoreAdjust=-900
|
||||
LimitNOFILE=1024:524288
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Also=virtlockd.socket
|
||||
Also=virtlockd-admin.socket
|
||||
|
@ -21,5 +21,6 @@ OOMScoreAdjust=-900
|
||||
LimitNOFILE=1024:524288
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Also=virtlogd.socket
|
||||
Also=virtlogd-admin.socket
|
||||
|
Loading…
Reference in New Issue
Block a user