mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-07 05:25:25 +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]
|
||||
Description=Virtual machine lock manager
|
||||
Requires=virtlockd.socket
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/sysconfig/virtlockd
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Suspend Active Libvirt Guests
|
||||
After=syslog.target network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/sysconfig/libvirt-guests
|
||||
|
Loading…
Reference in New Issue
Block a user