]> git.pld-linux.org Git - packages/rpcbind.git/blame - rpcbind-systemd.patch
- update to 1.2.5 (note: rmtcalls are now disabled in default build)
[packages/rpcbind.git] / rpcbind-systemd.patch
CommitLineData
3c37f6c8
JB
1--- rpcbind-1.2.5/systemd/rpcbind.service.in.orig 2018-08-26 11:29:00.657170237 +0200
2+++ rpcbind-1.2.5/systemd/rpcbind.service.in 2018-08-26 21:41:05.066750909 +0200
3@@ -8,11 +8,13 @@
743aa286 4 # rpcbind.socket, no matter how this unit is started.
3c37f6c8
JB
5 Requires=rpcbind.socket
6 Wants=rpcbind.target
7+After=syslog.target network.target
743aa286
JB
8
9 [Service]
10 Type=notify
11-# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
12+EnvironmentFile=-/etc/sysconfig/rpcbind
3c37f6c8 13 ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
743aa286
JB
14
15 [Install]
16 WantedBy=multi-user.target
17+Also=rpcbind.socket
18--- rpcbind-0.2.4/systemd/rpcbind.socket.orig 2016-11-28 21:47:28.000000000 +0100
19+++ rpcbind-0.2.4/systemd/rpcbind.socket 2018-04-11 19:43:27.366604185 +0200
20@@ -5,7 +5,7 @@
21 Before=rpcbind.target
22
23 [Socket]
24-ListenStream=/run/rpcbind.sock
25+ListenStream=/var/run/rpcbind.sock
26
27 # RPC netconfig can't handle ipv6/ipv4 dual sockets
28 BindIPv6Only=ipv6-only
This page took 0.059894 seconds and 4 git commands to generate.