summaryrefslogtreecommitdiff
path: root/src/core/service.h
AgeCommit message (Expand)Author
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog
2014-09-19socket: introduce SELinuxContextFromNet optionMichal Sekletar
2014-09-08service: hook up custom endpoint logicDaniel Mack
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-21core: allow informing systemd about service status changes with RELOADING=1 a...Lennart Poettering
2014-07-07core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...Miguel Angel Ajo
2014-07-03core: introduce new RestartForceExitStatus= service settingLennart Poettering
2014-06-07Remove sysv parser from service.cThomas Hindoe Paaboel Andersen
2014-06-05core: introduce new Restart=on-abnormal settingLennart Poettering
2014-04-24service: rename StartLimitAction enum to FailureActionMichael Olbrich
2014-04-24service: add FailureAction= optionMichael Olbrich
2014-04-21service: add support for reboot argument when triggered by StartLimitAction=Michael Olbrich
2013-12-01service: remove unneccesary Socket.got_socket_fdShawn Landden
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-10-19mount/service: drop FsckPassNo supportTom Gundersen
2013-09-12service: Implement 'on-watchdog' restart optionHannes Reinecke
2013-06-27core: general cgroup reworkLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2012-08-22service: introduce a proper service result if the start limit is hitLennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-08-08systemd: introduced new timeout typesMichal Sekletar
2012-07-20unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-06-15service: timeout for oneshot servicesLukas Nykryn
2012-05-22units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering
2012-04-24service: introduce Type=idle and use it for gettysLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers