From 558cd33a3a69315ee34b292c2f4373ebb5717c52 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Fri, 12 Feb 2010 15:31:37 +0000 Subject: Depend on $remote_fs in init --- debian/conntrackd.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/conntrackd.init b/debian/conntrackd.init index 3382c57..0c5ccb9 100755 --- a/debian/conntrackd.init +++ b/debian/conntrackd.init @@ -6,8 +6,8 @@ # ### BEGIN INIT INFO # Provides: conntrackd -# Required-Start: $network $syslog -# Required-Stop: $network $syslog +# Required-Start: $network $syslog $remote_fs +# Required-Stop: $network $syslog $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Description: Starts conntrackd -- cgit v1.2.3