summaryrefslogtreecommitdiffstats
path: root/src/core/service.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* core: print a nicer warning when two units have the same BusName= settingLennart Poettering2015-07-241-2/+3
* core: remove generic job completion messages from unit vtablesMichal Schmidt2015-07-211-3/+0
* core: correct return value from reload methodsMichal Schmidt2015-07-211-1/+1
* treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek2015-07-071-1/+1
* turn kdbus support into a runtime optionKay Sievers2015-06-171-4/+0
* core: Let two more booleans survive a daemon-reloadWerner Fink2015-06-111-0/+9
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* core: drop redundant logging about notification messagesTom Gundersen2015-05-121-16/+3
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-2/+2
* core,network: major per-object logging reworkLennart Poettering2015-05-111-122/+124
* core: always initialize ExecParamters.bus_endpoint_fd to -1Lennart Poettering2015-05-111-4/+4
* core: annotate event sourcesTom Gundersen2015-04-291-1/+11
* service: make restart logic a bit easier to understandLennart Poettering2015-04-281-11/+45
* exit-status: introduce common exit_status_set_test() call for testing exit st...Lennart Poettering2015-04-281-4/+2
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-1/+1
* service: improve readability, by reducing line-breaksLennart Poettering2015-04-241-14/+8
* service: transition through SIGKILL states only when SIGKILL is enabledLennart Poettering2015-04-211-3/+3
* service: timeout on SIGABRT should also be considered an error to rememberLennart Poettering2015-04-211-3/+2
* service: make more use of IN_SET() macroLennart Poettering2015-04-211-26/+11
* service: list states always in the same orderLennart Poettering2015-04-211-14/+8
* service: make kill operation mapping explicitLennart Poettering2015-04-211-2/+20
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* service: don't add After= dependencies on .busname units if kdbus support is ...Michael Biebl2015-03-141-3/+5
* add REMOTE_ADDR and REMOTE_PORT for Accept=yesShawn Landden2015-03-101-1/+41
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-1/+1
* core: expose consumed CPU time per unitLennart Poettering2015-03-021-1/+6
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-4/+4
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* service: automatically create After= dependency from services to their .busna...Lennart Poettering2015-01-071-46/+65
* core: implement serialization/deserialization of fd store elementsLennart Poettering2015-01-071-71/+112
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-061-18/+148
* core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...Lennart Poettering2014-12-091-1/+1
* core: warn and ignore SysVStartPriority=Zbigniew Jędrzejewski-Szmek2014-12-011-7/+0
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-281-15/+15
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-10/+10
* log: rearrange log function namingLennart Poettering2014-11-271-95/+96
* core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering2014-11-051-0/+1
* service: add missing state table entryLennart Poettering2014-10-281-0/+1
* core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog2014-10-281-11/+26
* sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b...Daniel Mack2014-10-221-1/+1
* Set $NOTIFY_SOCKET for control procs if NotifyAccess=allBrandon L Black2014-10-121-10/+1
* service: enter SERVICE_STOP_SIGTERM state after getting "STOPPING=1"Michal Schmidt2014-10-091-1/+2
* socket: introduce SELinuxContextFromNet optionMichal Sekletar2014-09-191-1/+3
* service: hook up custom endpoint logicDaniel Mack2014-09-081-1/+38
* exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack2014-09-051-13/+19
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-221-70/+7
* service: allow services of Type=oneshot that specify no ExecStart= commandsLennart Poettering2014-08-211-10/+29