]> git.proxmox.com Git - lxc.git/blame - debian/patches/fix-systemd-service-depends.patch
update reboot patch
[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
5@@ -1,6 +1,6 @@
6 [Unit]
7 Description=LXC Container Initialization and Autoboot Code
2ce06cd0
DM
8-After=syslog.target network.target lxc-net.service
9+After=syslog.service network.target lxc-net.service
b919c812
DM
10 Wants=lxc-net.service
11
12 [Service]