summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-08 14:19:40 +0100
committerGitHub <noreply@github.com>2019-11-08 14:19:40 +0100
commit7fd7dab90f60d6f6f3e5a83a7143f07bd58794fb (patch)
treeef0320065894c10bffbb5e437fbc3fb6fa5a4f51 /TODO
parentlibblkid: open device in nonblock mode. (diff)
parentsystemctl: simplify printing of Triggers/TriggeredBy (diff)
downloadsystemd-7fd7dab90f60d6f6f3e5a83a7143f07bd58794fb.tar.xz
systemd-7fd7dab90f60d6f6f3e5a83a7143f07bd58794fb.zip
Merge pull request #13554 from keur/systemctl_status_timer
systemctl: Add timer activation to status
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1b74939487..16a7bdf7aa 100644
--- a/TODO
+++ b/TODO
@@ -1113,7 +1113,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.