diff options
author | Mikko Rantalainen <mikko.rantalainen@peda.net> | 2010-05-06 09:42:23 +0300 |
---|---|---|
committer | Mikko Rantalainen <mikko.rantalainen@peda.net> | 2010-05-06 11:30:22 +0300 |
commit | 2a18a9a2c2e034467e177baa6dc9d485c2ae5f7f (patch) | |
tree | 6055d00132c618542c577893d95a632059e45cf6 | |
parent | 7f531c2cb5a27f055208ca4ce746254a7ba3479e (diff) | |
download | etherpad-2a18a9a2c2e034467e177baa6dc9d485c2ae5f7f.tar.gz etherpad-2a18a9a2c2e034467e177baa6dc9d485c2ae5f7f.tar.xz etherpad-2a18a9a2c2e034467e177baa6dc9d485c2ae5f7f.zip |
Added debian/etherpad.init
As far as I know, this is the correct way to do init.d scripts in
a debian package.
-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, |