]> git.proxmox.com Git - lxc.git/blame - debian/patches/fix-systemd-service-depends.patch
drop cgmanager.service dependencies
[lxc.git] / debian / patches / fix-systemd-service-depends.patch
CommitLineData
b919c812
DM
1Index: new/config/init/systemd/lxc.service.in
2===================================================================
3--- new.orig/config/init/systemd/lxc.service.in
4+++ new/config/init/systemd/lxc.service.in
fd821b4d 5@@ -1,7 +1,7 @@
b919c812
DM
6 [Unit]
7 Description=LXC Container Initialization and Autoboot Code
8795c714 8-After=network.target lxc-net.service
fd821b4d 9-Wants=lxc-net.service
d16f9eea
WB
10+After=syslog.service network.target lxc-net.service
11+Wants=lxc-net.service
da73bbc6 12 Documentation=man:lxc-autostart man:lxc
b919c812
DM
13
14 [Service]