summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
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
2013-08-09service: always unwatch PIDs before forgetting old onesLennart Poettering
2013-07-18service: don't enter a second SIGTERM/SIGKILL cycle if no ExecStopPost= proce...Michael Olbrich
2013-07-01core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering
2013-06-28core: add transient unitsLennart Poettering
2013-06-27dbus: hookup runtime property changes for mouns, services, sockets, swaps tooLennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering
2013-06-09service: don't report alien child as alive when it's notRoss Lagerwall
2013-06-06service: execute ExecStopPost= commands when the watchdog timeout hitsLennart Poettering
2013-05-21service: kill processes with SIGKILL on watchdog failureMichael Olbrich
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek