View Single Post
Old Jul 4th, 2005, 11:01 PM   #3
thinkgeek
Newbie
 
Join Date: Jul 2005
Posts: 10
Rep Power: 0 thinkgeek is on a distinguished road
I want my daemon to start at system start up as other (start|stop|restart) services/daemons. It work is to listen to user logins. Whenever a user logins at the terminal(local or NIS client) it should get the username. It will start a new thread which will run throughout the session of that user. This should be done for any user who logs in. But I want my daemon to be smart enough to know immediately who is login into the system, so that it can respond accordingly.
thinkgeek is offline   Reply With Quote