This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
# Default-Stop:
|
||||
# Short-Description: Pre-flight Tailscale update
|
||||
|
||||
START=50 # Run before Tailscale (typically START~80)
|
||||
START=50 # Run before Tailscale (typically START~80)
|
||||
USE_PROCD=1
|
||||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command /bin/sh -c \
|
||||
'while ! /etc/ldlda_help/update_tailscale.sh; do sleep 5; done'
|
||||
# procd_set_param respawn 0 0 0
|
||||
'while ! /etc/ldlda_help/update_tailscale.sh; do sleep 5; done'
|
||||
procd_set_param respawn 9999 15 1
|
||||
procd_set_param stdout 1
|
||||
procd_set_param stderr 1
|
||||
procd_close_instance
|
||||
|
||||
Reference in New Issue
Block a user