summaryrefslogtreecommitdiff
path: root/src/core/service.c
AgeCommit message (Expand)Author
2015-08-11 sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers
2015-07-24core: print a nicer warning when two units have the same BusName= settingLennart Poettering
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt
2015-07-21core: correct return value from reload methodsMichal Schmidt
2015-07-06treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-06-11core: Let two more booleans survive a daemon-reloadWerner Fink
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-12core: drop redundant logging about notification messagesTom Gundersen
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-11core: always initialize ExecParamters.bus_endpoint_fd to -1Lennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-28service: make restart logic a bit easier to understandLennart Poettering
2015-04-28exit-status: introduce common exit_status_set_test() call for testing exit st...Lennart Poettering
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-04-24service: improve readability, by reducing line-breaksLennart Poettering
2015-04-21service: transition through SIGKILL states only when SIGKILL is enabledLennart Poettering
2015-04-21service: timeout on SIGABRT should also be considered an error to rememberLennart Poettering
2015-04-21service: make more use of IN_SET() macroLennart Poettering
2015-04-21service: list states always in the same orderLennart Poettering
2015-04-21service: make kill operation mapping explicitLennart Poettering
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-14service: don't add After= dependencies on .busname units if kdbus support is ...Michael Biebl
2015-03-10add REMOTE_ADDR and REMOTE_PORT for Accept=yesShawn Landden
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2015-01-07service: automatically create After= dependency from services to their .busna...Lennart Poettering
2015-01-07core: implement serialization/deserialization of fd store elementsLennart Poettering
2015-01-06core: add new logic for services to store file descriptors in PID 1Lennart Poettering
2014-12-09core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...Lennart Poettering
2014-11-30core: warn and ignore SysVStartPriority=Zbigniew Jędrzejewski-Szmek
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-10-28service: add missing state table entryLennart Poettering
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog
2014-10-22sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b...Daniel Mack
2014-10-12Set $NOTIFY_SOCKET for control procs if NotifyAccess=allBrandon L Black
2014-10-09service: enter SERVICE_STOP_SIGTERM state after getting "STOPPING=1"Michal Schmidt
2014-09-19socket: introduce SELinuxContextFromNet optionMichal Sekletar
2014-09-08service: hook up custom endpoint logicDaniel Mack
2014-09-05exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-21service: allow services of Type=oneshot that specify no ExecStart= commandsLennart Poettering