summaryrefslogtreecommitdiff
path: root/server/service.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-21Make return the pid when new process are started.Simo Sorce1-1/+5
Monitor each service and restart it conditionally if it fails. These monitoring is extremely simple at this moment and just uses waitpid() to check if the client is alive, there is no active probing, that will require dbus. Make nsssrv.c read the sss pipe config option for the config db.
2008-10-04Initital server code.Simo Sorce1-0/+44
Includes test monitor task.