From: Evgeni Golov Date: Thu, 14 Apr 2016 16:03:29 +0000 (+0200) Subject: drop obsolete syslog.target from lxc.service.in X-Git-Tag: lxc-1.0.9~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=729ae9dbb5df147544cad4242d2adca70afb5f23;p=thirdparty%2Flxc.git drop obsolete syslog.target from lxc.service.in the target is obsolete since systemd v38 which everybody should have. original patch by Daniel Baumann Signed-off-by: Evgeni Golov --- diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in index 0a428a346..a206698a1 100644 --- a/config/init/systemd/lxc.service.in +++ b/config/init/systemd/lxc.service.in @@ -1,6 +1,6 @@ [Unit] Description=LXC Container Initialization and Autoboot Code -After=syslog.target network.target +After=network.target [Service] Type=oneshot