pull/86/head
Meo597 2025-04-10 04:26:44 +08:00
parent 53829b0663
commit 34d38c70e7
1 changed files with 7 additions and 7 deletions

View File

@ -20,17 +20,17 @@ command_args="run -confdir $confdir"
required_files="$confdir"
depend() {
need net
want dns ntp-client
after firewall
need net
want dns ntp-client
after firewall
}
checkconfig() {
export $env
$command $command_args -test
eend $?
export $env
$command $command_args -test
eend $?
}
start_pre() {
checkconfig || return 1
checkconfig || return 1
}