18 lines
665 B
Diff
18 lines
665 B
Diff
diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
|
|
--- a/systemd/rpcbind.service.in 2016-12-20 03:18:51.839794796 +0000
|
|
+++ b/systemd/rpcbind.service.in 2016-12-20 03:21:30.476854474 +0000
|
|
@@ -6,12 +6,12 @@
|
|
# Make sure we use the IP addresses listed for
|
|
# rpcbind.socket, no matter how this unit is started.
|
|
Wants=rpcbind.socket
|
|
-After=rpcbind.socket
|
|
+After=rpcbind.socket systemd-tmpfiles-setup.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
|
|
-ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -w -f
|
|
+ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|