2018-11-07 08:44:47 +01:00
|
|
|
From 9c5efb3a0973d57b79e4fc7a96debe0e6ce2d000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Thomas Blume <thomas.blume@suse.com>
|
|
|
|
Date: Thu, 25 Oct 2018 11:14:32 +0200
|
|
|
|
Subject: [PATCH] systemd unit files
|
|
|
|
|
2018-04-03 17:51:33 +02:00
|
|
|
Add EnvironmentFile=-/etc/sysconfig/rpcbind to rpcbind.service
|
2018-11-07 08:44:47 +01:00
|
|
|
---
|
|
|
|
systemd/rpcbind.service.in | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
2014-12-11 19:00:24 +01:00
|
|
|
|
2018-11-07 08:44:47 +01:00
|
|
|
diff --git a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
|
|
|
|
index 7b1c74b..a05872d 100644
|
|
|
|
--- a/systemd/rpcbind.service.in
|
|
|
|
+++ b/systemd/rpcbind.service.in
|
|
|
|
@@ -12,6 +12,7 @@ Wants=rpcbind.target
|
2018-04-03 17:51:33 +02:00
|
|
|
[Service]
|
|
|
|
Type=notify
|
|
|
|
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
|
2014-12-11 19:00:24 +01:00
|
|
|
+EnvironmentFile=-/etc/sysconfig/rpcbind
|
2018-11-07 08:44:47 +01:00
|
|
|
ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
|
2018-04-03 17:51:33 +02:00
|
|
|
|
|
|
|
[Install]
|
2018-11-07 08:44:47 +01:00
|
|
|
--
|
|
|
|
2.16.4
|
|
|
|
|