summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
2016-11-29service: new NotifyAccess= value for control processes (#4212)Jouke Witteveen
2016-11-29service: prevent registering control pids as the main pidJouke Witteveen
2016-11-29service: only fail notify services on empty cgroup during startJouke Witteveen
2016-11-22service: fix main processes exit behavior for type notify servicesJouke Witteveen
2016-11-22service: introduce protocol error typeJouke Witteveen
2016-11-17core: allow to redirect confirmation messages to a different consoleFranck Bui
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering
2016-11-02pid1: fix fd memleak when we hit FileDescriptorStoreMax limitZbigniew Jędrzejewski-Szmek
2016-11-01core: when restarting services, don't close fdsZbigniew Jędrzejewski-Szmek
2016-10-28pid1: nicely log when doing operation on stored fdsZbigniew Jędrzejewski-Szmek
2016-10-28pid1: only log about added fd if it was really addedZbigniew Jędrzejewski-Szmek
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-22Merge pull request #4428 from lnykryn/ctrl_v2Zbigniew Jędrzejewski-Szmek
2016-10-21failure-action: generalize failure action to emergency actionLukas Nykryn
2016-10-21core: if the start command vanishes during runtime don't hit an assertLennart Poettering
2016-10-19core: let's upgrade the log level for service processes dying of signal (#4415)Lennart Poettering
2016-10-16tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek
2016-10-11Merge pull request #4067 from poettering/invocation-idZbigniew Jędrzejewski-Szmek
2016-10-10core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering
2016-10-10exit-status: kill is_clean_exit_lsb(), move logic to sysv-generatorLennart Poettering
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-09-10service: fixup ExecStop for socket-activated shutdown (#4120)Kyle Russell
2016-09-09service: Continue shutdown on socket activated unit on termination (#4108)Kyle Russell
2016-08-19Merge pull request #3965 from htejun/systemd-controller-on-unifiedZbigniew Jędrzejewski-Szmek
2016-08-19core: add RemoveIPC= settingLennart Poettering
2016-08-17core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo
2016-08-05Merge pull request #3818 from poettering/exit-status-envZbigniew Jędrzejewski-Szmek
2016-08-05systemd: do not serialize peer, bump count when deserializing socket insteadZbigniew Jędrzejewski-Szmek
2016-08-05core/service: serialize and deserialize accept_socketZbigniew Jędrzejewski-Szmek
2016-08-04core: only set the watchdog variables in ExecStart= linesLennart Poettering
2016-08-04core: remember first unit failure, not last unit failureLennart Poettering
2016-08-04core: set $SERVICE_RESULT, $EXIT_CODE and $EXIT_STATUS in ExecStop=/ExecStopP...Lennart Poettering
2016-08-04core: move masking of chroot/permission masking into service_spawn()Lennart Poettering
2016-08-04core: turn various execution flags into a proper flags parameterLennart Poettering
2016-08-02socket: add support to control no. of connections from one source (#3607)Susant Sahani
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-07-20core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering
2016-06-22watchdog: Support changing watchdog_usec during runtime (#3492)Minkyung
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner
2016-06-14core: on unified we don't need to check u->pids: we can use proper notificati...Evgeny Vereshchagin
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering
2016-04-29core: merge service_connection_unref() into service_close_socket_fd()Lennart Poettering
2016-04-29core: make sure to close connection fd when we fail to activate a per-connect...Lennart Poettering
2016-04-29core: minor error path fixLennart Poettering
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-12core: introduce MANAGER_IS_RELOADING() macroLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-08core/service: only search for pid if loading from file failedZbigniew Jędrzejewski-Szmek