From: Alex Kiernan Date: Thu, 20 Aug 2020 10:20:37 +0000 (+0000) Subject: nfs-utils: Drop StandardError=syslog from systemd unit X-Git-Tag: uninative-2.9~5 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=81cc21e57ac309ba728cb4f13fd70d3367b93ab7;p=openembedded-core.git nfs-utils: Drop StandardError=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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service index 6481377d80..5c845b7e82 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service @@ -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]