mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=Yes
|
RemainAfterExit=Yes
|
||||||
StandardOutput=syslog
|
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
ExecStart=/sbin/mount-copybind @what@ @where@
|
ExecStart=/sbin/mount-copybind @what@ @where@
|
||||||
ExecStop=/bin/umount @where@
|
ExecStop=/bin/umount @where@
|
||||||
|
|||||||
Reference in New Issue
Block a user