mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
Don't depend on syslog.service
Syslog is socket activated since at least systemd v35 so we can drop
this dependency. Debian's linitian otherwise complains about it.
References:
http://www.freedesktop.org/wiki/Software/systemd/syslog/
http://lintian.debian.org/tags/systemd-service-file-refers-to-obsolete-target.html
(cherry picked from commit 3c9e40a1e8
)
This commit is contained in:
parent
1587f15f6d
commit
731805222b
@ -1,7 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Virtual machine lock manager
|
Description=Virtual machine lock manager
|
||||||
Requires=virtlockd.socket
|
Requires=virtlockd.socket
|
||||||
After=syslog.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/sysconfig/virtlockd
|
EnvironmentFile=-/etc/sysconfig/virtlockd
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Suspend Active Libvirt Guests
|
Description=Suspend Active Libvirt Guests
|
||||||
After=syslog.target network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/sysconfig/libvirt-guests
|
EnvironmentFile=-/etc/sysconfig/libvirt-guests
|
||||||
|
Loading…
Reference in New Issue
Block a user