Starting SupportCenter upon boot in Linux

Starting SupportCenter upon boot in Linux

I've created a simple script in /etc/init.d called adventnet-script. The script contains this code:

#!/bin/sh
. /root/AdventNet/ME/SupportCenter/bin/run.sh

I can run the script from /etc/init.d and it works fine, but when trying to startup on boot it never starts.

Under /etc/rc2.d (I've verified the correct runlevel) I've created a symbolic link to /etc/init.d/adventnet-script but still nothing. Update-rc.d adventnet-script defaults produces the same as my manual config, so I'm not at a loss. Any ideas on this? Thanks






                New to ADSelfService Plus?