summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin Kuehler <keur@xcf.berkeley.edu>2019-11-04 14:48:06 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-05 21:51:31 +0100
commit965c5d1d5a4d3a29d34d262f1528a318b9f295ac (patch)
treea86ee95b4258fdac5e5d94305bea28adfbdb3925 /TODO
parent644ee2546102f9aa12b11c28b3c5e80b62beb157 (diff)
downloadsystemd-965c5d1d5a4d3a29d34d262f1528a318b9f295ac.tar.gz
systemctl: Add TriggeredBy and Triggers to status
For all units that aren't timers, if it is activated by another unit, add the triggering unit under the "TriggeredBy:" header. If a unit can trigger other units, print the units it triggers other the "Triggers:" header.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 03d38da9a0..64068a8803 100644
--- a/TODO
+++ b/TODO
@@ -1107,7 +1107,6 @@ External:
- <command> <verb> -<TAB> should complete options, but currently does not
- systemctl add-wants,add-requires
-* systemctl status foo.service should say that it is trigger by foo.timer
* systemctl status should know about 'systemd-analyze calendar ... --iterations='
* If timer has just OnInactiveSec=..., it should fire after a specified time
after being started.