]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Don't depend on syslog.service
authorGuido Günther <agx@sigxcpu.org>
Mon, 11 Nov 2013 08:36:41 +0000 (09:36 +0100)
committerGuido Günther <agx@sigxcpu.org>
Tue, 19 Nov 2013 20:49:53 +0000 (21:49 +0100)
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

src/locking/virtlockd.service.in
tools/libvirt-guests.service.in

index a9f9f932ccb2b711b4bf85ac93190053197a8dad..0ef9923233224665976d6eaf4bea887e757679ed 100644 (file)
@@ -1,7 +1,6 @@
 [Unit]
 Description=Virtual machine lock manager
 Requires=virtlockd.socket
-After=syslog.target
 
 [Service]
 EnvironmentFile=-/etc/sysconfig/virtlockd
index d41bf2b1dee72886a002d8677a70f3a3d54ebdc0..5aeb14ca3207df839ebc45ac07fdea0f52eedc08 100644 (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