]> git.proxmox.com Git - lxc.git/blob - debian/patches/pve/0001-PVE-Config-lxc.service-start-after-a-potential-syslo.patch
bump version to 3.0.1+pve1-1
[lxc.git] / debian / patches / pve / 0001-PVE-Config-lxc.service-start-after-a-potential-syslo.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 Date: Fri, 10 Feb 2017 09:13:40 +0100
4 Subject: [PATCH] PVE: [Config] lxc.service: start after a potential
5 syslog.service
6
7 Signed-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
12 diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
13 index cd619967..77541917 100644
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 --
25 2.11.0
26