Factor out some Dinit client functions tp a new header (dinit-client.h).
[oweals/dinit.git] / src / includes / proc-service.h
2018-02-10 Davin McCallbase_process_service: properly clean up in destructor.
2018-01-25 Davin McCallprocess service: allow start timeout, but don't arm...
2018-01-24 Davin McCallDisable default start timeout for process services.
2018-01-20 Davin McCallSupport for running services as a different user (run...
2018-01-19 Davin McCallRefactoring / clean up.
2018-01-19 Davin McCallMove some data/functions from service_record to base_pr...
2018-01-16 Davin McCallMinor fixes to tests.
2018-01-13 Davin McCallMove base_process_service timer expiry handling out...
2018-01-13 Davin McCallAdd some process-service tests.
2018-01-12 Davin McCallMove includes into a separate directory.