diff options
Diffstat (limited to 'recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch')
| -rw-r--r-- | recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch b/recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch new file mode 100644 index 00000000..ab974224 --- /dev/null +++ b/recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | From a7a92a06a47322dee45664db5c7bfa68b2b95edb Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mingli Yu <mingli.yu@windriver.com> | ||
| 3 | Date: Wed, 23 Sep 2020 07:03:02 +0000 | ||
| 4 | Subject: [PATCH] Remove obsolete setting regarding the Standard Output | ||
| 5 | |||
| 6 | The Standard output type "syslog" is obsolete, causing a warning since systemd | ||
| 7 | version 246 [1]. | ||
| 8 | |||
| 9 | Please consider using "journal" or "journal+console" | ||
| 10 | |||
| 11 | [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 | ||
| 12 | |||
| 13 | Upstream-Status: Submitted [https://github.com/lxc/lxc/pull/3541] | ||
| 14 | |||
| 15 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||
| 16 | --- | ||
| 17 | config/init/systemd/lxc@.service.in | 2 -- | ||
| 18 | 1 files changed, 2 deletions(-) | ||
| 19 | |||
| 20 | diff --git a/config/init/systemd/lxc@.service.in b/config/init/systemd/lxc@.service.in | ||
| 21 | index a2aa2211f..21ce64aef 100644 | ||
| 22 | --- a/config/init/systemd/lxc@.service.in | ||
| 23 | +++ b/config/init/systemd/lxc@.service.in | ||
| 24 | @@ -14,8 +14,6 @@ ExecStop=@BINDIR@/lxc-stop -n %i | ||
| 25 | # Environment=BOOTUP=serial | ||
| 26 | # Environment=CONSOLETYPE=serial | ||
| 27 | Delegate=yes | ||
| 28 | -StandardOutput=syslog | ||
| 29 | -StandardError=syslog | ||
| 30 | |||
| 31 | [Install] | ||
| 32 | WantedBy=multi-user.target | ||
| 33 | -- | ||
| 34 | 2.26.2 | ||
| 35 | |||
