Linux service and Source for cron job -


i new linux , writing service in c++ spawns multiple threads , starting service calling init.d, how should send terminate signal application script , service terminates threads , exits.

and can find source code linux services. e.g. /etc.init.d/rc5.d/s14cron . helpful in understanding how implement service.

the classic reference kind of question steven's "advanced programming in unix environment". can find source code text book here.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -