Dirk Mueller
868d58656c
- Fixed rpc broadcast handling (bnc#857324) Upgraded to upstream 0.2.1-rc4 as part of this, and rebased the patch set. OBS-URL: https://build.opensuse.org/request/show/215477 OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=32
28 lines
757 B
Diff
28 lines
757 B
Diff
From 343c55b1137efae9e7d469ec5b5972ca70f1cc80 Mon Sep 17 00:00:00 2001
|
|
From: Olaf Kirch <okir@suse.de>
|
|
Date: Tue, 14 Jan 2014 16:19:04 +0100
|
|
Subject: [PATCH 17/24] Pull the sysconfig file into rpcbind.service and use
|
|
|
|
Signed-off-by: Olaf Kirch <okir@suse.de>
|
|
---
|
|
systemd/rpcbind.service.in | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
|
|
index 527d07b..1f5b596 100644
|
|
--- a/systemd/rpcbind.service.in
|
|
+++ b/systemd/rpcbind.service.in
|
|
@@ -3,7 +3,8 @@ Description=RPC Bind
|
|
|
|
[Service]
|
|
Type=notify
|
|
-ExecStart=@bindir@/rpcbind -w -f
|
|
+EnvironmentFile=-/etc/sysconfig/rpcbind
|
|
+ExecStart=@bindir@/rpcbind $RPCBIND_OPTIONS -w -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
--
|
|
1.7.12.4
|
|
|