]> git.proxmox.com Git - lxc.git/blame - 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
CommitLineData
80fb84e7 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
080abced 4Subject: [PATCH] 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
02c596f3 15index 397a6c4d0..6924374d9 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