Catch calls to restart Postgres and translate them into a sequential
[invirt/packages/invirt-database.git] / debian / sipb-xen-database-server.init
index 8c9a4b3..431e675 100644 (file)
@@ -1,15 +1,15 @@
 #!/bin/bash
 ### BEGIN INIT INFO
-# Provides:          sipb-xen-console
+# Provides:          sipb-xen-database-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: sipb-xen Console Server homedir filesystem
+# Short-Description: sipb-xen database server
 # Description:       
 ### END INIT INFO
 
-PACKAGE=sipb-xen-database-tables
+PACKAGE=sipb-xen-database-server
 
 # Exit if the package is not installed
 [ -x "/usr/bin/sipb-xen-database-tables" ] || exit 0