Lakka-LibreELEC/packages/network/rpcbind/patches/rpcbind-01-drop-warm-start-as-it-fails.patch
2020-12-25 09:40:48 +00:00

17 lines
622 B
Diff

diff -Naur a/systemd/rpcbind.service.in b/systemd/rpcbind.service.in
--- a/systemd/rpcbind.service.in 2016-12-20 03:18:51.839794796 +0000
+++ b/systemd/rpcbind.service.in 2016-12-20 03:21:30.476854474 +0000
@@ -8,11 +8,12 @@
# rpcbind.socket, no matter how this unit is started.
Requires=rpcbind.socket
Wants=rpcbind.target
+After=rpcbind.socket systemd-tmpfiles-setup.service
[Service]
Type=notify
# distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
-ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
+ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -f
[Install]
WantedBy=multi-user.target