summaryrefslogtreecommitdiffstats
path: root/init/service.h
Commit message (Expand)AuthorAgeFilesLines
* init: add an initializer for keychord_id_Tom Cherry2017-05-011-3/+9
* init: add exec_start commandTom Cherry2017-03-291-2/+11
* init: add support of multiple class namesWei Wang2017-03-271-9/+8
* remove emergency shutdown and improve init's reboot logicKeun-young Park2017-03-221-10/+16
* Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."James Hawkins2017-02-141-4/+2
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-02-131-2/+4
* Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."James Hawkins2017-02-081-4/+2
* bootstat: Remove custom uptime parser in favor of elapsedRealtime.James Hawkins2017-02-071-2/+4
* init start time tracking.Elliott Hughes2016-11-121-4/+5
* init: service file keywordMark Salyzyn2016-11-031-15/+6
* init: Add support for ambient capabilities.Jorge Lucangeli Obes2016-11-011-2/+6
* Allow setting oom_score_adj for services spawned from initMarco Nelissen2016-09-011-0/+3
* Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-1/+1
* Refactor Service::Start method.Jorge Lucangeli Obes2016-07-111-0/+2
* Rename "Handle(r)" to "Parse(r)" in Android init.Jorge Lucangeli Obes2016-06-291-20/+20
* init: Add option to run a service in a new PID/mount namespace.Jorge Lucangeli Obes2016-06-291-2/+5
* init: report createProcessGroup failure.Elliott Hughes2016-06-151-0/+1
* Add process priority to service definition.Vitalii Tomkiv2016-06-081-0/+3
* Remove undocumented functionality from init.Elliott Hughes2016-04-131-1/+0
* Multiple consolesViorel Suman2016-03-211-0/+1
* Revert "Enable multiple consoles"Viorel Suman2016-03-211-1/+0
* Enable multiple consolesViorel Suman2016-03-171-0/+1
* init: Allows shutting down cleanly.Bertrand SIMONNET2016-01-081-1/+7
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-6/+42
* Create Service and ServiceManager classesTom Cherry2015-08-071-0/+167