Dominique Leuenberger 2018-12-26 23:23:20 +00:00 committed by Git OBS Bridge
commit fbc9157f99
2 changed files with 16 additions and 8 deletions

View File

@ -8,11 +8,16 @@ Add EnvironmentFile=-/etc/sysconfig/rpcbind to rpcbind.service
systemd/rpcbind.service.in | 1 +
1 file changed, 1 insertion(+)
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
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
[Service]
Type=notify
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
@ -20,6 +25,3 @@ index 7b1c74b..a05872d 100644
ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
[Install]
--
2.16.4

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 12 07:41:26 UTC 2018 - Thomas.Blume@suse.com
- add ordering dependency to rpcbind.service (bsc#1117217)
* modify 0001-systemd-unit-files.patch
-------------------------------------------------------------------
Fri Oct 26 06:04:23 UTC 2018 - Thomas.Blume@suse.com