summaryrefslogtreecommitdiff
path: root/src/core/service.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-301-6/+24
|\
| * pid1: log the reason why restart will or will not happenZbigniew Jędrzejewski-Szmek2019-10-291-6/+24
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-8/+13
* | Merge pull request #13743 from anitazha/dropin_all_the_thingsChris Down2019-10-161-0/+5
|\ \
| * | shared/dropin: support -.service.d/ top level drop-in for service unitsAnita Zhang2019-10-151-1/+1
| * | core: disallow using '-.service' as a service nameAnita Zhang2019-10-071-0/+5
* | | Merge pull request #13754 from claudiozz/masterAnita Zhang2019-10-161-2/+3
|\ \ \
| * | | Allow restart for oneshot unitsClaudio Zumbo2019-10-161-2/+3
| |/ /
* | | core/service: use common implementation of unit_load_fragment_and_dropin()Zbigniew Jędrzejewski-Szmek2019-10-111-24/+7
|/ /
* | cgroup: analyze: Report memory configurations that deviate from systemdChris Down2019-10-031-1/+1
* | core: add support for RestartKillSignal= to override signal used for restart ...Zbigniew Jędrzejewski-Szmek2019-10-021-2/+6
* | core: add helper function to check job statusZbigniew Jędrzejewski-Szmek2019-10-011-1/+1
* | core: add ExecXYZEx= bus hook ups to all exec command propertiesAnita Zhang2019-09-171-0/+4
* | Merge pull request #13439 from yuwata/core-support-systemctl-clean-moreZbigniew Jędrzejewski-Szmek2019-09-131-24/+2
|\ \
| * | core: introduce unit_fork_and_watch_rm_rf()Yu Watanabe2019-08-281-24/+2
* | | Merge pull request #13385 from yuwata/core-remove-private-directories-13355Zbigniew Jędrzejewski-Szmek2019-08-311-7/+3
|\ \ \ | |/ /
| * | core: move timeout_clean_usec from Service to ExecContextYu Watanabe2019-08-281-7/+3
* | | core: make RuntimeDirectoryPreserve= works with non-service unitsYu Watanabe2019-08-231-5/+1
* | | core: introduce unit_destroy_runtime_directory()Yu Watanabe2019-08-221-4/+2
|/ /
* | pid1: always log successfull process termination quietlyZbigniew Jędrzejewski-Szmek2019-08-221-6/+4
* | core: Avoid race when starting dbus servicesMattias Jernberg2019-08-141-8/+5
|/
* core: never propagate reload failure to service resultLennart Poettering2019-07-181-1/+1
* core: ExecCondition= for servicesAnita Zhang2019-07-171-14/+81
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* core: hook up service unit type with the new clean operationLennart Poettering2019-07-111-9/+121
* pid1: fix serialization/deserialization of commmands with spacesZbigniew Jędrzejewski-Szmek2019-07-091-2/+4
* service: Fix typo in warning messagePhilip Withnall2019-06-121-1/+1
* core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-0/+8
* core/service: drop {}Zbigniew Jędrzejewski-Szmek2019-05-201-3/+4
* Use sd_event_source_disable_unref()Zbigniew Jędrzejewski-Szmek2019-05-101-4/+1
* codespell: fix spelling errorsBen Boeckel2019-04-291-4/+4
* core: immediately trigger watchdog action on WATCHDOG=triggerJan Klötzke2019-04-241-2/+19
* core: do not show TimeoutStopSec= in dump message if it is not setYu Watanabe2019-04-141-8/+11
* service: handle abort stops with dedicated timeoutJan Klötzke2019-04-121-5/+14
* core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-091-2/+68
* service: beautify debug log message a bitLennart Poettering2019-04-091-1/+1
* Merge pull request #12115 from poettering/verbose-job-enqueueZbigniew Jędrzejewski-Szmek2019-03-281-1/+1
|\
| * core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-1/+1
* | headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
|/
* core: rework how we reset the TTY after use by a serviceLennart Poettering2019-03-201-0/+3
* core: only watch processes when it's really necessaryFranck Bui2019-03-201-6/+9
* core: reduce the number of stalled PIDs from the watched processes list when ...Franck Bui2019-03-201-8/+8
* process-util: introduce pid_is_my_child() helperFranck Bui2019-03-201-6/+2
* core: rename unit_{start_limit|condition|assert}_test() to unit_test_xyz()Lennart Poettering2019-03-181-1/+1
* core: consider non-SERVICE_EXEC_START commands for EXIT_CLEAN_COMMANDAnita Zhang2019-02-261-1/+9
* Merge pull request #11457 from grooverdan/sendsigkill_noLennart Poettering2019-02-181-2/+26
|\
| * service: make killmode=cgroup|mixed, SendSIGKILL=no services singletonsDaniel Black2019-01-291-2/+26
* | core: export $PIDFILE env var for services, derived from PIDFile=Lennart Poettering2019-02-151-1/+5
|/
* Change job mode of manager triggered restarts to JOB_REPLACEJonathon Kowalski2019-01-181-1/+1
* core: fix KeyringMode for user servicesAlexey Bogdanenko2018-12-171-3/+0