summaryrefslogtreecommitdiffstats
path: root/server/process.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the service stuff that we stopped using when we moved toSimo Sorce2008-11-251-13/+0
| | | | the forl/exec model
* Make return the pid when new process are started.Simo Sorce2008-10-211-1/+2
| | | | | | | | 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.
* Initital server code.Simo Sorce2008-10-041-0/+12
Includes test monitor task.