summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2022-07-12 16:07:10 -0400
committerSteve Dickson <steved@redhat.com>2022-07-12 16:07:10 -0400
commit9380891e54040bb0f9c150b81d254c3aa3f32b33 (patch)
tree817d8b6d03f1826e160a1176f3c89369ff51ec05 /systemd
parent1e00cd123044661fd4f921d1e7216ed9255bb3d1 (diff)
downloadrpcbind-9380891e54040bb0f9c150b81d254c3aa3f32b33.tar.gz
autotools/systemd: call rpcbind with -w only on enabled warm startsHEADrpcbind-1_2_7-rc2master
If rpcbind is configured with --disable-warmstarts it responds on -w with its usage string. This is not helpful in a systemd service, so pass -w conditionally. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r--systemd/rpcbind.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
index 7b1c74b..c892ca8 100644
--- a/systemd/rpcbind.service.in
+++ b/systemd/rpcbind.service.in
@@ -12,7 +12,7 @@ Wants=rpcbind.target
[Service]
Type=notify
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
-ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
+ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS @warmstarts_opt@ -f
[Install]
WantedBy=multi-user.target