mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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.
|
||||
Wants=rpcbind.socket
|
||||
-After=rpcbind.socket
|
||||
+After=rpcbind.socket var.mount
|
||||
+After=rpcbind.socket systemd-tmpfiles-setup.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
Loading…
x
Reference in New Issue
Block a user