46e9686ace
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
15 lines
516 B
Diff
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]
|