mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #1090 from MilhouseVH/package_updates1_fix2
rpcbind: needs to wait until /var/run is available
This commit is contained in:
commit
dc61a1221b
@ -6,7 +6,7 @@ diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
|
|||||||
# rpcbind.socket, no matter how this unit is started.
|
# rpcbind.socket, no matter how this unit is started.
|
||||||
Wants=rpcbind.socket
|
Wants=rpcbind.socket
|
||||||
-After=rpcbind.socket
|
-After=rpcbind.socket
|
||||||
+After=rpcbind.socket var.mount
|
+After=rpcbind.socket systemd-tmpfiles-setup.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=RPC bind service
|
|
||||||
Requires=rpcbind.socket
|
|
||||||
After=syslog.target network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=forking
|
|
||||||
ExecStart=/usr/bin/rpcbind
|
|
||||||
TimeoutStopSec=1s
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
Also=rpcbind.socket
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=RPCbind Server Activation Socket
|
|
||||||
|
|
||||||
[Socket]
|
|
||||||
ListenStream=/var/run/rpcbind.sock
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sockets.target
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user