deploy fix i think idk

if i still dont release then it will still loop
This commit is contained in:
lda
2025-08-29 07:19:06 +07:00 Unverified
parent 5782f7f315
commit e26d893e5f
3 changed files with 8 additions and 5 deletions
+3 -2
View File
@@ -12,8 +12,9 @@ USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /etc/ldlda_help/update_tailscale.sh
procd_set_param respawn 0 0 0
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
procd_set_param stdout 1
procd_set_param stderr 1
procd_close_instance