index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
service.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
core: add helper function to check job status
Zbigniew Jędrzejewski-Szmek
2019-10-01
1
-1
/
+1
*
|
core: add ExecXYZEx= bus hook ups to all exec command properties
Anita Zhang
2019-09-17
1
-0
/
+4
*
|
Merge pull request #13439 from yuwata/core-support-systemctl-clean-more
Zbigniew Jędrzejewski-Szmek
2019-09-13
1
-24
/
+2
|
\
\
|
*
|
core: introduce unit_fork_and_watch_rm_rf()
Yu Watanabe
2019-08-28
1
-24
/
+2
*
|
|
Merge pull request #13385 from yuwata/core-remove-private-directories-13355
Zbigniew Jędrzejewski-Szmek
2019-08-31
1
-7
/
+3
|
\
|
|
|
*
|
core: move timeout_clean_usec from Service to ExecContext
Yu Watanabe
2019-08-28
1
-7
/
+3
*
|
|
core: make RuntimeDirectoryPreserve= works with non-service units
Yu Watanabe
2019-08-22
1
-5
/
+1
*
|
|
core: introduce unit_destroy_runtime_directory()
Yu Watanabe
2019-08-22
1
-4
/
+2
|
/
/
*
|
pid1: always log successfull process termination quietly
Zbigniew Jędrzejewski-Szmek
2019-08-22
1
-6
/
+4
*
|
core: Avoid race when starting dbus services
Mattias Jernberg
2019-08-14
1
-8
/
+5
|
/
*
core: never propagate reload failure to service result
Lennart Poettering
2019-07-18
1
-1
/
+1
*
core: ExecCondition= for services
Anita Zhang
2019-07-17
1
-14
/
+81
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
core: hook up service unit type with the new clean operation
Lennart Poettering
2019-07-11
1
-9
/
+121
*
pid1: fix serialization/deserialization of commmands with spaces
Zbigniew Jędrzejewski-Szmek
2019-07-09
1
-2
/
+4
*
service: Fix typo in warning message
Philip Withnall
2019-06-12
1
-1
/
+1
*
core: add ExecStartXYZEx= with dbus support for executable prefixes
Anita Zhang
2019-05-31
1
-0
/
+8
*
core/service: drop {}
Zbigniew Jędrzejewski-Szmek
2019-05-20
1
-3
/
+4
*
Use sd_event_source_disable_unref()
Zbigniew Jędrzejewski-Szmek
2019-05-10
1
-4
/
+1
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-4
/
+4
*
core: immediately trigger watchdog action on WATCHDOG=trigger
Jan Klötzke
2019-04-24
1
-2
/
+19
*
core: do not show TimeoutStopSec= in dump message if it is not set
Yu Watanabe
2019-04-14
1
-8
/
+11
*
service: handle abort stops with dedicated timeout
Jan Klötzke
2019-04-12
1
-5
/
+14
*
core: implement OOMPolicy= and watch cgroups for OOM killings
Lennart Poettering
2019-04-09
1
-2
/
+68
*
service: beautify debug log message a bit
Lennart Poettering
2019-04-09
1
-1
/
+1
*
Merge pull request #12115 from poettering/verbose-job-enqueue
Zbigniew Jędrzejewski-Szmek
2019-03-28
1
-1
/
+1
|
\
|
*
core: add new API for enqueing a job with returning the transaction data
Lennart Poettering
2019-03-27
1
-1
/
+1
*
|
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+2
|
/
*
core: rework how we reset the TTY after use by a service
Lennart Poettering
2019-03-20
1
-0
/
+3
*
core: only watch processes when it's really necessary
Franck Bui
2019-03-20
1
-6
/
+9
*
core: reduce the number of stalled PIDs from the watched processes list when ...
Franck Bui
2019-03-20
1
-8
/
+8
*
process-util: introduce pid_is_my_child() helper
Franck Bui
2019-03-20
1
-6
/
+2
*
core: rename unit_{start_limit|condition|assert}_test() to unit_test_xyz()
Lennart Poettering
2019-03-18
1
-1
/
+1
*
core: consider non-SERVICE_EXEC_START commands for EXIT_CLEAN_COMMAND
Anita Zhang
2019-02-26
1
-1
/
+9
*
Merge pull request #11457 from grooverdan/sendsigkill_no
Lennart Poettering
2019-02-18
1
-2
/
+26
|
\
|
*
service: make killmode=cgroup|mixed, SendSIGKILL=no services singletons
Daniel Black
2019-01-29
1
-2
/
+26
*
|
core: export $PIDFILE env var for services, derived from PIDFile=
Lennart Poettering
2019-02-15
1
-1
/
+5
|
/
*
Change job mode of manager triggered restarts to JOB_REPLACE
Jonathon Kowalski
2019-01-18
1
-1
/
+1
*
core: fix KeyringMode for user services
Alexey Bogdanenko
2018-12-17
1
-3
/
+0
*
Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...
Lennart Poettering
2018-12-10
1
-2
/
+2
|
\
|
*
fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met
Franck Bui
2018-12-10
1
-2
/
+2
*
|
core: whenever we change state of a unit, force out PropertiesChanged bus signal
Lennart Poettering
2018-12-01
1
-0
/
+4
|
/
*
Merge pull request #10797 from poettering/run-generator
Zbigniew Jędrzejewski-Szmek
2018-11-28
1
-0
/
+16
|
\
|
*
core: allow to set exit status when using SuccessAction=/FailureAction=exit i...
Lennart Poettering
2018-11-27
1
-0
/
+16
*
|
core: when Delegate=yes is set for a unit, run ExecStartPre= and friends in a...
Lennart Poettering
2018-11-26
1
-6
/
+7
|
/
*
core: introduce a helper function to wrap unit_log_{success,failure}
Zbigniew Jędrzejewski-Szmek
2018-11-16
1
-4
/
+1
*
core: log a recognizable message when a unit succeeds, too
Lennart Poettering
2018-11-16
1
-1
/
+3
*
core: make log messages about unit processes exiting recognizable
Lennart Poettering
2018-11-16
1
-18
/
+12
*
core: make log messages about units entering a 'failed' state recognizable
Lennart Poettering
2018-11-16
1
-1
/
+1
*
core: introduce exec_params_clear()
Yu Watanabe
2018-11-08
1
-2
/
+2
[prev]
[next]