mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
rpcbind: needs to wait until /var/run is available
This commit is contained in:
parent
4f8bbe3583
commit
72212c0dc3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user