diff options
author | Kevin Kuehler <keur@xcf.berkeley.edu> | 2019-11-01 00:54:03 -0700 |
---|---|---|
committer | Kevin Kuehler <keur@xcf.berkeley.edu> | 2019-11-05 11:17:38 -0800 |
commit | 1f0f9f21c1b19e1e450c3c2696955fd6f442ca2b (patch) | |
tree | c27260e7baf7061a571f3a0cc3a6976b0879eea3 /TODO | |
parent | c0619079cc9f3c81da24b38f803e7aadb85be953 (diff) | |
download | systemd-1f0f9f21c1b19e1e450c3c2696955fd6f442ca2b.tar.gz |
core: Add triggering job mode
When used with systemctl stop, follows TRIGGERED_BY dependencies and
adds them to the same transaction.
Fixes: #3043
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -483,8 +483,6 @@ Features: * cache sd_event_now() result from before the first iteration... -* add systemctl stop --job-mode=triggering that follows TRIGGERED_BY deps and adds them to the same transaction - * PID1: find a way how we can reload unit file configuration for specific units only, without reloading the whole of systemd |