From f9f8904623e5ca3ecea74e983f8d766a785097d4 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 --- meta-oe/recipes-extended/smartmontools/files/smartd.service | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe/recipes-extended') diff --git a/meta-oe/recipes-extended/smartmontools/files/smartd.service b/meta-oe/recipes-extended/smartmontools/files/smartd.service index f3db946c8..e90a7c4de 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 v1.2.3-54-g00ecf