Marcus Meissner
513c13ffef
Trying again, with some more changes added... OBS-URL: https://build.opensuse.org/request/show/213905 OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=28
28 lines
757 B
Diff
28 lines
757 B
Diff
From 565692c3c88c6e94f31fb511c374d5a9f3c31075 Mon Sep 17 00:00:00 2001
|
|
From: Olaf Kirch <okir@suse.de>
|
|
Date: Tue, 14 Jan 2014 16:19:04 +0100
|
|
Subject: [PATCH 15/15] 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
|
|
|