mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
utils/openrc: require net dependency
This commit is contained in:
@@ -18,7 +18,8 @@ respawn_delay=10
|
||||
respawn_max=0
|
||||
|
||||
depend() {
|
||||
after net
|
||||
need net
|
||||
use dns
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
|
||||
Reference in New Issue
Block a user