Update services.inc

This commit is contained in:
2023-10-18 16:04:26 -05:00
parent a42a1fd675
commit a1a7d960b4

View File

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