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
This commit is contained in:
Guido Günther 2013-11-11 09:36:41 +01:00
parent 8836c1f878
commit 3c9e40a1e8
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
[Unit]
Description=Virtual machine lock manager
Requires=virtlockd.socket
After=syslog.target
[Service]
EnvironmentFile=-/etc/sysconfig/virtlockd

View File

@ -1,6 +1,6 @@
[Unit]
Description=Suspend Active Libvirt Guests
After=syslog.target network.target
After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/libvirt-guests