diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2020-08-20 10:20:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 14:29:10 +0100 |
commit | c73b843f9119c13b94c50b647dc92de99cbe6001 (patch) | |
tree | 28d71d69a757df76f594f8716be83f52dbe74574 /meta | |
parent | be65fe73b7ad5d101f4dd278a4442ebb534f9923 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service | 1 |
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 | |||
17 | ExecStopPost=@SBINDIR@/exportfs -au | 17 | ExecStopPost=@SBINDIR@/exportfs -au |
18 | ExecStopPost=@SBINDIR@/exportfs -f | 18 | ExecStopPost=@SBINDIR@/exportfs -f |
19 | ExecReload=@SBINDIR@/exportfs -r | 19 | ExecReload=@SBINDIR@/exportfs -r |
20 | StandardError=syslog | ||
21 | RemainAfterExit=yes | 20 | RemainAfterExit=yes |
22 | 21 | ||
23 | [Install] | 22 | [Install] |