From 914ec8cfb9a888104234e58477cc67a41cf6c3fb Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Fri, 27 Nov 2020 11:04:34 +0100 Subject: [PATCH] fix dependencies in init script --- pyinotifyd/misc/openrc/pyinotifyd.initd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyinotifyd/misc/openrc/pyinotifyd.initd b/pyinotifyd/misc/openrc/pyinotifyd.initd index cb488b3..5520de7 100755 --- a/pyinotifyd/misc/openrc/pyinotifyd.initd +++ b/pyinotifyd/misc/openrc/pyinotifyd.initd @@ -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=$?