fix: use net-online instead of net to ensure internet connectivity

This commit is contained in:
iceBear67
2026-07-05 21:04:09 +08:00
parent 31bf5d70bd
commit f9676d1fe4
3 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ output_log="/data/auth-server.log"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need net
need net-online
}