summaryrefslogtreecommitdiff
path: root/src/core/service.c
Commit message (Expand)AuthorAgeFilesLines
* core: show timeouts when watchdog howlsZbigniew Jędrzejewski-Szmek2014-07-181-1/+5
* service: flush status text and errno values each time a service is startedLennart Poettering2014-07-071-0/+4
* service: don't accept negative ERRNO= notification messagesLennart Poettering2014-07-071-1/+1
* service: minor modernizationLennart Poettering2014-07-071-8/+3
* core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...Miguel Angel Ajo2014-07-071-0/+17
* core: introduce exit_status_set_is_empty() to make things a bit easier to readLennart Poettering2014-07-031-1/+1
* exit-status: rename ExitStatusSet's "code" field to "status"Lennart Poettering2014-07-031-3/+3
* core: introduce new RestartForceExitStatus= service settingLennart Poettering2014-07-031-21/+17
* Remove sysv parser from service.cThomas Hindoe Paaboel Andersen2014-06-071-979/+1
* core: introduce new Restart=on-abnormal settingLennart Poettering2014-06-051-3/+4
* core: close socket fds asynchronouslyZbigniew Jędrzejewski-Szmek2014-05-151-2/+3
* core: sysvcompat - avoid repeated function callTom Gundersen2014-05-141-2/+5
* core: sysvcompat - $network should be equivalent to network-online, rather th...Tom Gundersen2014-05-141-2/+6
* service: rename StartLimitAction enum to FailureActionMichael Olbrich2014-04-241-16/+16
* service: add FailureAction= optionMichael Olbrich2014-04-241-14/+25
* service: add support for reboot argument when triggered by StartLimitAction=Michael Olbrich2014-04-211-0/+16
* service: don't take chkconfig priority into accountLennart Poettering2014-03-241-16/+9
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-2/+12
* core: rework context initialization/destruction logicLennart Poettering2014-03-191-20/+12
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-4/+2
* core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna2014-03-171-1/+1
* Use strlen even for constant stringsJosh Triplett2014-03-161-1/+1
* core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering2014-03-031-1/+5
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-241-3/+1
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-241-4/+4
* manager: be more precise in message about restartZbigniew Jędrzejewski-Szmek2014-02-201-1/+4
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-181-20/+5
* core: check for return value from get_process_stateYuxuan Shui2014-02-161-1/+7
* core: fix detection of dead processesYuxuan Shui2014-02-141-0/+8
* service: when we complain about a notify message we cannot map to main pid be...Lennart Poettering2014-02-141-1/+1
* service: if we don't know the main pid of a service, we cannot accept any not...Lennart Poettering2014-02-141-4/+6
* core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering2014-02-071-56/+78
* core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering2014-01-291-3/+7
* service: allow KillMode=mixed in conjunction with PAMName=Lennart Poettering2014-01-291-13/+7
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+16
* core: do not add implicit dbus.socket dependencyKay Sievers2014-01-071-6/+0
* core: --user -- add basic.target an sort against it like --system doesKay Sievers2014-01-071-22/+4
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-021-29/+29
* core/service: check if mainpid matches only if it is setZbigniew Jędrzejewski-Szmek2014-01-021-3/+4
* core/service: tweak messages on operation timeoutsZbigniew Jędrzejewski-Szmek2014-01-021-9/+11
* unit: include peer identity in description of per-connection socket-activated...Lennart Poettering2013-12-251-0/+19
* sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering2013-12-221-7/+2
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-1/+0
* service: don't send out PropertiesChanged message for each watchdog notificationLennart Poettering2013-12-191-25/+21
* service: watch main pid even in final statesLennart Poettering2013-12-181-48/+48
* systemctl: properly initialize and free sd_bus_error in "systemctl cat"Lennart Poettering2013-12-161-2/+1
* service: process watchdog timeouts with lowest priorityLennart Poettering2013-12-121-1/+10
* service: actually leave watchdog enabled in the states where it mattersLennart Poettering2013-12-121-1/+1
* service: clean up watchdog logic a bitLennart Poettering2013-12-111-75/+41