fix dependencies in init script
This commit is contained in:
@@ -13,11 +13,6 @@ retry="SIGTERM/${shutdown_timeout}"
|
|||||||
|
|
||||||
extra_commands="configtest reload"
|
extra_commands="configtest reload"
|
||||||
|
|
||||||
depend() {
|
|
||||||
need net
|
|
||||||
before mta
|
|
||||||
}
|
|
||||||
|
|
||||||
checkconfig() {
|
checkconfig() {
|
||||||
output=$(${command} ${command_args} -t 2>&1)
|
output=$(${command} ${command_args} -t 2>&1)
|
||||||
ret=$?
|
ret=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user