summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-07-14 14:51:19 -0400
committerSteve Dickson <steved@redhat.com>2020-07-17 09:51:23 -0400
commitdf8fe8a6365c1703c364629ded9a3c2e50a3ad41 (patch)
tree1b7911aa8f507b89f5b70f5372f93f8b338c3a8f /systemd
parent2590bce9659d5e500c0319e51156b2ec8db85157 (diff)
downloadnfs-utils-df8fe8a6365c1703c364629ded9a3c2e50a3ad41.tar.gz
nfs-utils: systemd: nfs-server.service: Cleanup extra whitespaces
Although whitespaces immediately before or after the "=" are ignored, removing the extra whitespaces in some of the key=value assignments makes the style more consistent. At least since systemd v242-rc1[1] this has been clarified that whitespaces immediately before and after the "=" are allowed. [1] https://github.com/systemd/systemd/commit/170342c90be07f418ab786718d95ef76289126a0 Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r--systemd/nfs-server.service14
1 files changed, 7 insertions, 7 deletions
diff --git a/systemd/nfs-server.service b/systemd/nfs-server.service
index 24118d6..06c1adb 100644
--- a/systemd/nfs-server.service
+++ b/systemd/nfs-server.service
@@ -1,18 +1,18 @@
[Unit]
Description=NFS server and services
DefaultDependencies=no
-Requires= network.target proc-fs-nfsd.mount
-Requires= nfs-mountd.service
+Requires=network.target proc-fs-nfsd.mount
+Requires=nfs-mountd.service
Wants=rpcbind.socket network-online.target
Wants=rpc-statd.service nfs-idmapd.service
Wants=rpc-statd-notify.service
Wants=nfsdcld.service
-After= network-online.target local-fs.target
-After= proc-fs-nfsd.mount rpcbind.socket nfs-mountd.service
-After= nfs-idmapd.service rpc-statd.service
-After= nfsdcld.service
-Before= rpc-statd-notify.service
+After=network-online.target local-fs.target
+After=proc-fs-nfsd.mount rpcbind.socket nfs-mountd.service
+After=nfs-idmapd.service rpc-statd.service
+After=nfsdcld.service
+Before=rpc-statd-notify.service
# GSS services dependencies and ordering
Wants=auth-rpcgss-module.service