summaryrefslogtreecommitdiff
path: root/debian/boxbackup-client.init
diff options
context:
space:
mode:
Diffstat (limited to 'debian/boxbackup-client.init')
-rw-r--r--debian/boxbackup-client.init8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/boxbackup-client.init b/debian/boxbackup-client.init
index 905873fc..e6ceced7 100644
--- a/debian/boxbackup-client.init
+++ b/debian/boxbackup-client.init
@@ -1,11 +1,11 @@
#! /bin/sh
#
### BEGIN INIT INFO
-# Provides: boxbackup-server
-# Required-Start: $syslog $local_fs $network
-# Required-Stop: $syslog $local_fs $network
+# Provides: boxbackup-client
+# Required-Start: $syslog $remote_fs $network
+# Required-Stop: $syslog $remote_fs $network
# Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
# Short-Description: boxbackup client
# Description: Init script to start and stop the boxbackup client
### END INIT INFO