diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-08 14:19:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 14:19:40 +0100 |
commit | 7fd7dab90f60d6f6f3e5a83a7143f07bd58794fb (patch) | |
tree | ef0320065894c10bffbb5e437fbc3fb6fa5a4f51 /TODO | |
parent | libblkid: open device in nonblock mode. (diff) | |
parent | systemctl: simplify printing of Triggers/TriggeredBy (diff) | |
download | systemd-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-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |