Implement "skippable" option for scripted services.
[oweals/dinit.git] / src / includes / service.h
2018-06-14 Davin McCallImplement "skippable" option for scripted services.
2018-06-07 Davin McCallAvoid logging service stop after failure to start.
2018-06-05 Davin McCallAdd service load test.
2018-05-14 Davin McCalldirload_service_set: add support for multiple service...
2018-03-19 Davin McCallHandle startup timer expiry using failed_to_start.
2018-02-23 Davin McCallAllow setting working directory for services.
2018-02-20 Davin McCallAdditional comment to better explain two-phase service...
2018-02-16 Davin McCallDon't bypass queue cycle in emergency_stop.
2018-02-10 Davin McCallImplement service unloading.
2018-01-20 Davin McCallSupport for running services as a different user (run...
2018-01-19 Davin McCallMove some data/functions from service_record to base_pr...
2018-01-19 Davin McCallRename getShutdownType function - eliminate snake case.
2018-01-19 Davin McCallRe-work console acquisition/release.
2018-01-18 Davin McCallAdd test for console release for STARTING to STOPPED...
2018-01-16 Davin McCallRenaming of some snake-case functions missed in prior...
2018-01-15 Davin McCallservice_record: add boolean issue_stop parameter to...
2018-01-12 Davin McCallFix some includes (for testing/general resilience).
2018-01-12 Davin McCallMove includes into a separate directory.