rpcbind/0001-systemd-unit-files.patch
OBS User mrdocs 46e9686ace Accepting request 593203 from home:dimstar:Factory
Add actual changelog entry for version 2.0.4
Fix the rebase done for 0001-systemd-unit-files.patch

OBS-URL: https://build.opensuse.org/request/show/593203
OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=78
2018-04-03 15:51:33 +00:00

15 lines
516 B
Diff

Add EnvironmentFile=-/etc/sysconfig/rpcbind to rpcbind.service
Index: rpcbind-0.2.4/systemd/rpcbind.service.in
===================================================================
--- rpcbind-0.2.4.orig/systemd/rpcbind.service.in
+++ rpcbind-0.2.4/systemd/rpcbind.service.in
@@ -11,6 +11,7 @@ After=rpcbind.socket
[Service]
Type=notify
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
+EnvironmentFile=-/etc/sysconfig/rpcbind
ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -w -f
[Install]