Try to fix case where we can't getpgid() treating pid == pgid.
[oweals/dinit.git] / src / load-service.cc
2019-05-23 Davin McCallAdd KILL support to term-signal setting.
2018-11-26 Davin McCallAdd full utmp (utmpx) support.
2018-11-17 Davin McCallAdd "ready-notification" service option.
2018-10-30 Davin McCallImplement a "shares-console" option for non-exclusive...
2018-10-30 Davin McCallImplement a "chain-to" service property.
2018-10-20 Davin McCallFix minor (non-bug) issues picked up by cppcheck.
2018-10-19 Davin McCallservice description: make waits-for.d path relative...
2018-10-15 Davin McCallFactor out service description loading to a separate...
2018-09-24 Davin McCallReduce some source line lengths.
2018-07-25 Davin McCallFix a number of minor issues found by static analysis.
2018-07-13 Davin McCallservice options: add waits-for.d to automatically add...
2018-06-22 Davin McCallAdd "signal-process-only" option to avoid signalling...
2018-06-22 Davin McCallCorrectly report failure to find a service description.
2018-06-15 Davin McCallRefactor: rename onstart_flags_t to service_flags_t.
2018-06-15 Davin McCallRefactor: move "start-interruptible" flag into onstart_...
2018-06-14 Davin McCallImplement "skippable" option for scripted services.
2018-06-04 Davin McCallIntroduce "load-options" setting and "sub-vars" option.
2018-05-14 Davin McCalldirload_service_set: add support for multiple service...
2018-03-20 Davin McCallload service: simplify conditional in while loop.
2018-02-23 Davin McCallAllow setting working directory for services.
2018-02-10 Davin McCallMake sure a process service starts-on-console matches...
2018-01-21 Davin McCallRename load_service.cc to load-service.cc for consistency.