]> git.proxmox.com Git - lxc.git/blame - debian/patches/pve/0001-PVE-Config-lxc.service-start-after-a-potential-syslo.patch
fix issues with shell detection on attach
[lxc.git] / debian / patches / pve / 0001-PVE-Config-lxc.service-start-after-a-potential-syslo.patch
CommitLineData
1513a0b5 1From 0000000000000000000000000000000000000000 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
2d8021b3
WB
4Subject: [PATCH] PVE: [Config] lxc.service: start after a potential
5 syslog.service
ade16ee6
WB
6
7Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
8---
9 config/init/systemd/lxc.service.in | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
8a25e884 13index cd6199671..77541917e 100644
ade16ee6
WB
14--- a/config/init/systemd/lxc.service.in
15+++ b/config/init/systemd/lxc.service.in
16@@ -1,6 +1,6 @@
17 [Unit]
18 Description=LXC Container Initialization and Autoboot Code
19-After=network.target lxc-net.service
20+After=syslog.service network.target lxc-net.service
21 Wants=lxc-net.service
22 Documentation=man:lxc-autostart man:lxc
23
24--
8a25e884 252.20.1
ade16ee6 26