2014-01-30 15:01:34 +01:00
|
|
|
From 343c55b1137efae9e7d469ec5b5972ca70f1cc80 Mon Sep 17 00:00:00 2001
|
2014-01-15 11:14:08 +01:00
|
|
|
From: Olaf Kirch <okir@suse.de>
|
|
|
|
Date: Tue, 14 Jan 2014 16:19:04 +0100
|
2014-01-30 15:01:34 +01:00
|
|
|
Subject: [PATCH 17/24] Pull the sysconfig file into rpcbind.service and use
|
2014-01-15 11:14:08 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|