* more changes towards the debian.org packaging.
[citadel.git] / citadel / debian / citadel.init
index 866d57ff95a9805be6e8ab31d401e3fc3202e1b1..5a5b0be3c6d04a10e7902dfc8e2cff3196ad7ea7 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>