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-12-12 20:05:46 +01:00
|
|
|
Index: rpcbind-1.2.5/systemd/rpcbind.service.in
|
|
|
|
===================================================================
|
|
|
|
--- rpcbind-1.2.5.orig/systemd/rpcbind.service.in
|
|
|
|
+++ rpcbind-1.2.5/systemd/rpcbind.service.in
|
|
|
|
@@ -8,10 +8,12 @@ RequiresMountsFor=@statedir@
|
|
|
|
# rpcbind.socket, no matter how this unit is started.
|
|
|
|
Requires=rpcbind.socket
|
|
|
|
Wants=rpcbind.target
|
|
|
|
+After=sysinit.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]
|