diff options
-rwxr-xr-x | debian/etherpad.init (renamed from bin/etherpad.init.d) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/etherpad.init.d b/debian/etherpad.init index ef77fc6..225ef3d 100755 --- a/bin/etherpad.init.d +++ b/debian/etherpad.init @@ -1,13 +1,13 @@ -#! /bin/bash +#!/bin/bash ### BEGIN INIT INFO # Provides: etherpad -# Required-Start: $networking $syslog -# Required-Stop: $networking $syslog +# Required-Start: $networking $syslog $remote_fs +# Required-Stop: $networking $syslog $remote_fs # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 -# Short-Description: etherpad initscript -# Description: EtherPad is a web-based word processor that allows +# Default-Stop: 0 1 6 +# Short-Description: Run Etherpad +# Description: A web-based word processor that allows # people to work together in real-time. # . # When multiple people edit the same document simultaneously, |