From 592d9be3f6965321d5df47d193ee9617c576088a Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 23 Sep 2020 16:45:04 +0800 Subject: [PATCH] ippool: Remove obsolete setting in service file The Standard error 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-networking/recipes-daemons/ippool/ippool/ippool.service | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-networking/recipes-daemons/ippool/ippool/ippool.service b/meta-networking/recipes-daemons/ippool/ippool/ippool.service index e5917fc141..281ae5fd19 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/ippool.service +++ b/meta-networking/recipes-daemons/ippool/ippool/ippool.service @@ -9,7 +9,6 @@ Type=simple ExecStart=@SBINDIR@/ippoold -f # Normal output will go to syslog, so suppress stdout. StandardOutput=null -StandardError=syslog # ExecStop is not needed. systemd will send SIGTERM # and ippoold will exit status 1. SuccessExitStatus=1