From bfb9fa89bb54000b62b098aa4b0a76e4864b4e45 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 23 Sep 2020 11:24:54 +0800 Subject: smartmontools: 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 Signed-off-by: Khem Raj (cherry picked from commit f9f8904623e5ca3ecea74e983f8d766a785097d4) Signed-off-by: Armin Kuster --- meta-oe/recipes-extended/smartmontools/files/smartd.service | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-extended/smartmontools/files/smartd.service b/meta-oe/recipes-extended/smartmontools/files/smartd.service index f3db946c81..e90a7c4def 100644 --- a/meta-oe/recipes-extended/smartmontools/files/smartd.service +++ b/meta-oe/recipes-extended/smartmontools/files/smartd.service @@ -6,7 +6,6 @@ After=syslog.target EnvironmentFile=-@SYSCONFDIR@/smartmontools ExecStart=@SBINDIR@/smartd -n $smart_opts ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID -StandardOutput=syslog [Install] WantedBy=multi-user.target -- cgit 1.2.3-korg