fix dependencies in init script

This commit is contained in:
2020-11-27 11:04:34 +01:00
parent 769687bca6
commit 914ec8cfb9

View File

@@ -13,11 +13,6 @@ retry="SIGTERM/${shutdown_timeout}"
extra_commands="configtest reload"
depend() {
need net
before mta
}
checkconfig() {
output=$(${command} ${command_args} -t 2>&1)
ret=$?