]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
drop obsolete syslog.target from lxc.service.in 976/head
authorEvgeni Golov <evgeni@debian.org>
Thu, 14 Apr 2016 16:03:29 +0000 (18:03 +0200)
committerEvgeni Golov <evgeni@debian.org>
Thu, 14 Apr 2016 16:03:29 +0000 (18:03 +0200)
the target is obsolete since systemd v38 which everybody should have.

original patch by Daniel Baumann

Signed-off-by: Evgeni Golov <evgeni@debian.org>
config/init/systemd/lxc.service.in

index 3b49c754a40cc36c529ac8c51d2f01f5d41833f1..fd26e835c9ceac396c6f6becc91f0b97acffdfaa 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=LXC Container Initialization and Autoboot Code
-After=syslog.target network.target lxc-net.service
+After=network.target lxc-net.service
 Wants=lxc-net.service
 
 [Service]