]> git.proxmox.com Git - lxc.git/blame - debian/patches/pve/0001-PVE-Config-lxc.service-start-after-a-potential-syslo.patch
update to current master: devices cgroup isolation fixes
[lxc.git] / debian / patches / pve / 0001-PVE-Config-lxc.service-start-after-a-potential-syslo.patch
CommitLineData
8170740b 1From 04922f2a329f7a8144efd38ac95aaf8c57c3f2fc Mon Sep 17 00:00:00 2001
ade16ee6
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Fri, 10 Feb 2017 09:13:40 +0100
3e9264ba 4Subject: [PATCH lxc 1/3] PVE: [Config] lxc.service: start after a potential
2d8021b3 5 syslog.service
ade16ee6 6
3e9264ba
WB
7We could add this as a snippet from pve-container instead.
8
ade16ee6
WB
9Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
10---
11 config/init/systemd/lxc.service.in | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
3e9264ba 15index e3745dc2d..fbe46f1d7 100644
ade16ee6
WB
16--- a/config/init/systemd/lxc.service.in
17+++ b/config/init/systemd/lxc.service.in
18@@ -1,6 +1,6 @@
19 [Unit]
20 Description=LXC Container Initialization and Autoboot Code
3e9264ba
WB
21-After=network.target lxc-net.service remote-fs.target
22+After=network.target lxc-net.service remote-fs.target syslog.target
ade16ee6
WB
23 Wants=lxc-net.service
24 Documentation=man:lxc-autostart man:lxc
25
26--
8a25e884 272.20.1
ade16ee6 28