summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2020-08-20 10:20:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-21 14:29:11 +0100
commite5ff035e853e8634b3067cd19504acc0c04fb7ea (patch)
treeb8ee2991b5814d2ce83b7b947039d487375455b3 /meta
parentc52cb6a8b86b7c3b28e0b12aa768d44b6dfc1a89 (diff)
downloadpoky-e5ff035e853e8634b3067cd19504acc0c04fb7ea.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/volatile-binds/files/volatile-binds.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in b/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
index b23355a714..e2ad39f258 100644
--- a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
+++ b/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
@@ -10,7 +10,6 @@ ConditionPathIsReadWrite=!@where@
10[Service] 10[Service]
11Type=oneshot 11Type=oneshot
12RemainAfterExit=Yes 12RemainAfterExit=Yes
13StandardOutput=syslog
14TimeoutSec=0 13TimeoutSec=0
15ExecStart=/sbin/mount-copybind @what@ @where@ 14ExecStart=/sbin/mount-copybind @what@ @where@
16ExecStop=/bin/umount @where@ 15ExecStop=/bin/umount @where@