diff options
-rwxr-xr-x | debian/conntrackd.init | 4 |
1 files 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 |