Implement a "shares-console" option for non-exclusive console access.
[oweals/dinit.git] / src / baseproc-service.cc
2018-10-30 Davin McCallImplement a "shares-console" option for non-exclusive...
2018-09-13 Davin McCallMinor header/signature adjustments.
2018-06-22 Davin McCallAdd "signal-process-only" option to avoid signalling...
2018-06-18 Davin McCallRemember the reason why a service stopped.
2018-06-15 Davin McCallRefactor: move "start-interruptible" flag into onstart_...
2018-03-19 Davin McCallHandle startup timer expiry using failed_to_start.
2018-03-19 Davin McCallMake sure listeners are notified of start cancellation.
2018-03-19 Davin McCallLog service start timeout.
2018-02-23 Davin McCallAllow setting working directory for services.
2018-02-16 Davin McCallDon't bypass queue cycle in emergency_stop.
2018-02-03 Davin McCallAdd #include's to fix OpenBSD build.
2018-01-25 Davin McCallprocess service: allow start timeout, but don't arm...
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 #include's around to fix build issue.
2018-01-19 Davin McCallMove some data/functions from service_record to base_pr...
2018-01-19 Davin McCallRe-work console acquisition/release.
2018-01-16 Davin McCallAdd second smooth recovery test.
2018-01-15 Davin McCallFix issue with process services restarting after start...
2018-01-15 Davin McCallAdd getpgid stub to bp_sys namespace.
2018-01-14 Davin McCallStub out system functions for testing (WIP).
2018-01-13 Davin McCallMove base_process_service timer expiry handling out...
2018-01-13 Davin McCallUse general dinit.h header in baseproc-service.cc.
2018-01-13 Davin McCallAdd more missing includes for tests.
2018-01-12 Davin McCallFix some includes (for testing/general resilience).
2018-01-11 Davin McCallSplit service.cc into multiple files.