mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
volatile-binds: Drop StandardOutput=syslog from systemd unit
With systemd v246 the syslog target now generates a warning (and has been deprecated for some time). Drop the target and allow the default to take effect. (From OE-Core rev: dba15118a749b5e633f03b662c9ba00d6b0eff02) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c52cb6a8b8
commit
e5ff035e85
@@ -10,7 +10,6 @@ ConditionPathIsReadWrite=!@where@
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=Yes
|
||||
StandardOutput=syslog
|
||||
TimeoutSec=0
|
||||
ExecStart=/sbin/mount-copybind @what@ @where@
|
||||
ExecStop=/bin/umount @where@
|
||||
|
||||
Reference in New Issue
Block a user