]> code.citadel.org Git - citadel.git/blobdiff - citadel/debian/citadel.init
* more debian build added.
[citadel.git] / citadel / debian / citadel.init
index 866d57ff95a9805be6e8ab31d401e3fc3202e1b1..40610d8f6172014b30d28ca63eeef5e8b318dd85 100644 (file)
@@ -1,11 +1,12 @@
-#! /bin/sh
+#!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          citadel-server
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: Citadel initscript
+# Short-Description: control citadel server start at boot time
+# Description:       control citadel server start at boot time
 ### END INIT INFO
 
 # Author: Wilfried Goesgens <citadel@outgesourced.org>
@@ -160,4 +161,4 @@ case "$1" in
        ;;
 esac
 
-:
+exit 0
\ No newline at end of file