fix: use net-online instead of net to ensure internet connectivity
This commit is contained in:
@@ -7,5 +7,5 @@ output_log="/data/auth-server.log"
|
|||||||
pidfile="/run/${RC_SVCNAME}.pid"
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net-online
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need auth-server docker tsdns
|
need docker tsdns
|
||||||
}
|
}
|
||||||
|
|
||||||
command="/usr/bin/bubble"
|
command="/usr/bin/bubble"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need docker net
|
need docker net-online
|
||||||
}
|
}
|
||||||
|
|
||||||
command="/usr/bin/tsdns"
|
command="/usr/bin/tsdns"
|
||||||
|
|||||||
Reference in New Issue
Block a user