|
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.
|