Hi,

as I identified a not (yet) running psql daemon for a reason for bley
not to start up I installed the following workaround:

* create a file /etc/insserv.conf.d/postgresql with the following
content:

$postgresql     postgresql

* add $postgresql as a dependency to the bley initscript:

--- bley~       2011-06-18 17:57:00.000000000 +0200
+++ bley        2011-06-18 17:58:40.000000000 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          bley
-# Required-Start:    $remote_fs $syslog
+# Required-Start:    $remote_fs $syslog $postgresql
 # Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6

But I presume this is quite a brute-force attempt. Maybe only my server
is affected as I am just setting it up and there are not too many
services running right now.

Kind regards

Sebastian



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to