Running a script as a daemon at boot time

Gillou nospam at bigfoot.com
Thu May 30 17:49:30 EDT 2002


Hi,

Assuming the daemon runs as root or as a user that can write to /var/log,
try to change your daemon command like in the start() block with the
following...

daemon /usr/local/bin/gbqpd > /var/log/gbqpd.log 2> /var/log/gbqpd.err

Have a look to those files (/var/log/gbqpd.log and /var/log/gbqpd.err) post
portem.

You'll certainly get more info from there.

HTH

--Gilles




More information about the Python-list mailing list