]> git.proxmox.com Git - lxc.git/blob - debian/patches/pve/0009-PVE-Config-lxc.service-start-after-a-potential-syslo.patch
bump version to 4.0.6-2
[lxc.git] / debian / patches / pve / 0009-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 We could add this as a snippet from pve-container instead.
8
9 Signed-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
14 diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
15 index 397a6c4d0..6924374d9 100644
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
21 -After=network.target lxc-net.service remote-fs.target
22 +After=network.target lxc-net.service remote-fs.target syslog.target
23 Wants=lxc-net.service
24 Documentation=man:lxc-autostart man:lxc
25