mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user