]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-utils: Drop StandardError=syslog from systemd unit
authorAlex Kiernan <alex.kiernan@gmail.com>
Thu, 20 Aug 2020 10:20:37 +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-connectivity/nfs-utils/nfs-utils/nfs-server.service

index 6481377d8099e5abef76d90614b042903a4ca310..5c845b7e82f017660827bd3406687c37fe3269c5 100644 (file)
@@ -17,7 +17,6 @@ ExecStop=@SBINDIR@/rpc.nfsd 0
 ExecStopPost=@SBINDIR@/exportfs -au
 ExecStopPost=@SBINDIR@/exportfs -f
 ExecReload=@SBINDIR@/exportfs -r
-StandardError=syslog
 RemainAfterExit=yes
 
 [Install]