]> code.ossystems Code Review - openembedded-core.git/commitdiff
volatile-binds: Drop StandardOutput=syslog from systemd unit
authorAlex Kiernan <alex.kiernan@gmail.com>
Thu, 20 Aug 2020 10:20:39 +0000 (10:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Aug 2020 13:29:06 +0000 (14:29 +0100)
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.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/volatile-binds/files/volatile-binds.service.in

index b23355a7140bc30f17f9c76854c57d19769f77dd..e2ad39f258c56ac260543a978f9fdbaa6270e41f 100644 (file)
@@ -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@