From 729ae9dbb5df147544cad4242d2adca70afb5f23 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 14 Apr 2016 18:03:29 +0200 Subject: [PATCH] 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 --- config/init/systemd/lxc.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3