Add "nosigterm" service setting to inhibit sending SIGTERM to service
[oweals/dinit.git] / service.h
2015-11-24 Davin McCallAdd "nosigterm" service setting to inhibit sending...
2015-11-23 Davin McCallAdd possibility to retrieve textual description of...
2015-11-19 Davin McCallVarious exception handling fixes and 'noexcept' declara...
2015-11-19 Davin McCallRemove incorrect comment
2015-11-19 Davin McCallAdd a control command to initiate service rollback...
2015-11-19 Davin McCallAdd the "termsignal" setting to process services. This...
2015-11-18 Davin McCallImprove the state model.
2015-11-18 Davin McCallAdd 'dependencyStarted' method instead of directly...
2015-11-17 Davin McCallSeveral changes, centered around improving logging...
2015-11-16 Davin McCallUse C++11 typesafe enums for service type (ServiceType...
2015-11-15 Davin McCallMake start_ps_process more C++ish and prevent it throwi...
2015-11-15 Davin McCallAllow for quoted program arguments (and executable).
2015-09-25 Davin McCallAdd support for "internal" services (which don't actual...
2015-09-14 Davin McCallSimple cleanups.
2015-09-09 Davin McCallFinish soft dependency support.
2015-09-07 Davin McCallSet dependents desired state to STOPPED immediately
2015-09-07 Davin McCallImplement "soft" dependencies. These are created by...
2015-09-01 Davin McCallProperly intiiatiise force_stop
2015-09-01 Davin McCallClean up exception throwing/handling during service...
2015-08-27 Davin McCallInitial commit.