I have a C executable, which I want to run as a Service just like "httpd" or "mysqld", I guess its called "DAEMON mode", how should I do this. I do not want to run it via CRON.
man daemon. Googlize on it's use. If you want ot start the script at
startup, maybe you can add an init script. Then u can run it as a service
like httpd or mysqld.
Vinayak Hegde
APGDST Student
NCST-JUHU
--
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

