|
where's the log of startup scripts
I've got a program (dansguardian) configured to run at startup, but it's never running when I reboot the computer. I have to start it manually each time. I checked the start configuration, and it looks okay:
inittab says default boot level is 2
/etc/rc2.d has a link to ../init.d/dansguardian
/etc/init.d/ contains the script dansguardian
So why is this process not running when the computer boots up?
Is there a log file that I can check to confirm that the dansguardian script is being ran? ("dmesg | grep dansguardian" yielded nothing)
|