This commit is contained in:
2023-10-18 16:09:04 -05:00
parent a1a7d960b4
commit ef1c05988c
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ SINGLE_SERVER_SERVICE_CHECK(){
done
sleep 3s
[ "${stc}" = "pdnsadmin" ] && stc="pdnsadmin.socket pdnsadmin.service"
[ "${stc}" = "headscale" ] && sleep 60s
[ "${stc}" = "headscale" ] && sleep 90s
/bin/systemctl start ${stc} &
echo "$(date) - ${NM_NODETYPES[${1^^}]}-Node${local_ip: -1} - ... Done" >> ${NM_LOGFILE}
fi