summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2020-08-20 10:20:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-21 14:29:10 +0100
commitc73b843f9119c13b94c50b647dc92de99cbe6001 (patch)
tree28d71d69a757df76f594f8716be83f52dbe74574 /meta/recipes-connectivity
parentbe65fe73b7ad5d101f4dd278a4442ebb534f9923 (diff)
downloadpoky-c73b843f9119c13b94c50b647dc92de99cbe6001.tar.gz
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. (From OE-Core rev: 81cc21e57ac309ba728cb4f13fd70d3367b93ab7) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service1
1 files changed, 0 insertions, 1 deletions
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
17ExecStopPost=@SBINDIR@/exportfs -au 17ExecStopPost=@SBINDIR@/exportfs -au
18ExecStopPost=@SBINDIR@/exportfs -f 18ExecStopPost=@SBINDIR@/exportfs -f
19ExecReload=@SBINDIR@/exportfs -r 19ExecReload=@SBINDIR@/exportfs -r
20StandardError=syslog
21RemainAfterExit=yes 20RemainAfterExit=yes
22 21
23[Install] 22[Install]