summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch')
-rw-r--r--recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch b/recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch
new file mode 100644
index 00000000..29576809
--- /dev/null
+++ b/recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch
@@ -0,0 +1,31 @@
1From 0c4cd88d4a19d27ba9b5d2c8fa4d482d78211c35 Mon Sep 17 00:00:00 2001
2From: graysky <graysky@archlinux.us>
3Date: Fri, 21 Aug 2020 06:33:49 -0400
4Subject: [PATCH] remove deprecated options in lxc.service fixes #3527
5
6Remove deprecated options in lxc.service fixes #3527
7
8Upstream-Status: Backport
9
10Signed-off-by: graysky <graysky@archlinux.us>
11Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
12---
13 config/init/systemd/lxc.service.in | 2 --
14 1 file changed, 2 deletions(-)
15
16diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
17index e3745dc2d..397a6c4d0 100644
18--- a/config/init/systemd/lxc.service.in
19+++ b/config/init/systemd/lxc.service.in
20@@ -14,8 +14,6 @@ ExecReload=@LIBEXECDIR@/lxc/lxc-apparmor-load
21 # Environment=BOOTUP=serial
22 # Environment=CONSOLETYPE=serial
23 Delegate=yes
24-StandardOutput=syslog
25-StandardError=syslog
26
27 [Install]
28 WantedBy=multi-user.target
29--
302.26.2
31