From: Mingli Yu Date: Wed, 23 Sep 2020 07:03:02 +0000 (+0000) Subject: Remove obsolete setting regarding the Standard Output X-Git-Tag: lxc-5.0.0~357^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3541%2Fhead;p=thirdparty%2Flxc.git Remove obsolete setting regarding the Standard Output The Standard output type "syslog" is obsolete, causing a warning since systemd version 246 [1]. Please consider using "journal" or "journal+console" [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 Signed-off-by: Mingli Yu --- diff --git a/config/init/systemd/lxc-monitord.service.in b/config/init/systemd/lxc-monitord.service.in index f528a6099..9036cf46c 100644 --- a/config/init/systemd/lxc-monitord.service.in +++ b/config/init/systemd/lxc-monitord.service.in @@ -6,8 +6,6 @@ Documentation=man:lxc [Service] Type=simple ExecStart=@LIBEXECDIR@/lxc/lxc-monitord --daemon -StandardOutput=syslog -StandardError=syslog [Install] WantedBy=multi-user.target diff --git a/config/init/systemd/lxc@.service.in b/config/init/systemd/lxc@.service.in index a2aa2211f..21ce64aef 100644 --- a/config/init/systemd/lxc@.service.in +++ b/config/init/systemd/lxc@.service.in @@ -14,8 +14,6 @@ ExecStop=@BINDIR@/lxc-stop -n %i # Environment=BOOTUP=serial # Environment=CONSOLETYPE=serial Delegate=yes -StandardOutput=syslog -StandardError=syslog [Install] WantedBy=multi-user.target