summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-24core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering
2014-02-20manager: be more precise in message about restartZbigniew Jędrzejewski-Szmek
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-18util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering
2014-02-16core: check for return value from get_process_stateYuxuan Shui
2014-02-14core: fix detection of dead processesYuxuan Shui
2014-02-14service: when we complain about a notify message we cannot map to main pid be...Lennart Poettering
2014-02-14service: if we don't know the main pid of a service, we cannot accept any not...Lennart Poettering
2014-02-07core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering
2014-01-29core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering
2014-01-29service: allow KillMode=mixed in conjunction with PAMName=Lennart Poettering
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek
2014-01-07core: do not add implicit dbus.socket dependencyKay Sievers
2014-01-07core: --user -- add basic.target an sort against it like --system doesKay Sievers
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek
2014-01-02core/service: check if mainpid matches only if it is setZbigniew Jędrzejewski-Szmek
2014-01-02core/service: tweak messages on operation timeoutsZbigniew Jędrzejewski-Szmek
2013-12-25unit: include peer identity in description of per-connection socket-activated...Lennart Poettering
2013-12-22sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-12-19service: don't send out PropertiesChanged message for each watchdog notificationLennart Poettering
2013-12-18service: watch main pid even in final statesLennart Poettering
2013-12-16systemctl: properly initialize and free sd_bus_error in "systemctl cat"Lennart Poettering
2013-12-12service: process watchdog timeouts with lowest priorityLennart Poettering
2013-12-12service: actually leave watchdog enabled in the states where it mattersLennart Poettering
2013-12-11service: clean up watchdog logic a bitLennart Poettering
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-12-01service: remove unneccesary Socket.got_socket_fdShawn Landden
2013-11-30bus: include unique and well known names in credentials objectLennart Poettering
2013-11-28bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one callLennart Poettering
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
2013-11-25service: fix handling of PID file inotify eventsLennart Poettering
2013-11-22service: honour that for services RestartSec=0 means immediate restarts but T...Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-16Fix RemainAfterExit services keeping a hold on consoleOlivier Brunel
2013-11-08manager: configurable StartLimit default valuesLukas Nykryn
2013-11-05Configurable Timeouts/Restarts default valuesOleksii Shevchuk
2013-10-19mount/service: drop FsckPassNo supportTom Gundersen
2013-10-09core: unify the way we denote serialization attributesLennart Poettering
2013-10-07systemd: serialize/deserialize forbid_restart valueSylvia Else
2013-10-01core: whenever a new PID is passed to us, make sure we watch itLennart Poettering
2013-09-25cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering
2013-09-12core: notify triggered by socket of a serviceUmut Tezduyar
2013-09-12service: Implement 'on-watchdog' restart optionHannes Reinecke
2013-09-10service: remove pidfile after exit of a serviceLukas Nykryn
2013-08-09service: prohibit Restart= set when Type=oneshotMaciej Wereski