mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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 <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,7 +9,6 @@ Type=simple
|
|||||||
ExecStart=@SBINDIR@/ippoold -f
|
ExecStart=@SBINDIR@/ippoold -f
|
||||||
# Normal output will go to syslog, so suppress stdout.
|
# Normal output will go to syslog, so suppress stdout.
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
StandardError=syslog
|
|
||||||
# ExecStop is not needed. systemd will send SIGTERM
|
# ExecStop is not needed. systemd will send SIGTERM
|
||||||
# and ippoold will exit status 1.
|
# and ippoold will exit status 1.
|
||||||
SuccessExitStatus=1
|
SuccessExitStatus=1
|
||||||
|
|||||||
Reference in New Issue
Block a user