Debian squeeze 6.0.7
node v0.8.9
forever v0.10.9
redis 2.7.105
I have /etc/init.d scripts that launch two nodeJS apps, works fine from command line.
Using insserv, the one app with redis dependency doesn't start at boot. Both node app scripts are the same. Redis had an LSB now, here is the app that won't start.
-### BEGIN INIT INFO
-# Provides: simulation
-# Required-Start: $all $remote_fs $redis-server
-# Required-Stop:
-# Default-Start: 2 3 4 5 6
-# Default-Stop: 0 1 6
-# Description: Simulator for Demo
-### END INIT INFO
Debian squeeze 6.0.7
node v0.8.9
forever v0.10.9
redis 2.7.105
I have /etc/init.d scripts that launch two nodeJS apps, works fine from command line.
Using insserv, the one app with redis dependency doesn't start at boot. Both node app scripts are the same. Redis had an LSB now, here is the app that won't start.
-### BEGIN INIT INFO
-# Provides: simulation
-# Required-Start: $all $remote_fs $redis-server
-# Required-Stop:
-# Default-Start: 2 3 4 5 6
-# Default-Stop: 0 1 6
-# Description: Simulator for Demo
-### END INIT INFO