diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2020-08-20 10:20:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 14:29:06 +0100 |
commit | dba15118a749b5e633f03b662c9ba00d6b0eff02 (patch) | |
tree | 12c10d3e8717cda43c0837778ead4676fc4e94e6 | |
parent | 2ba088d8373d9d54930bc3f5ec1799ea1a6ffafc (diff) | |
download | openembedded-core-contrib-dba15118a749b5e633f03b662c9ba00d6b0eff02.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.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/volatile-binds/files/volatile-binds.service.in | 1 |
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 b23355a7140..e2ad39f258c 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@ [Service] Type=oneshot RemainAfterExit=Yes -StandardOutput=syslog TimeoutSec=0 ExecStart=/sbin/mount-copybind @what@ @where@ ExecStop=/bin/umount @where@ |