summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKevin Kuehler <keur@ocf.berkeley.edu>2019-09-14 01:39:28 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-04 08:27:56 +0200
commit3a77f9fb4c2ff8d26ef772c7426fcbc37ad4d023 (patch)
tree9ff453945dd2c304d44263d3a7254524a9f30e6f /TODO
parent3509e678f8de4f1b70ad63f14380f6e1be14be48 (diff)
downloadsystemd-3a77f9fb4c2ff8d26ef772c7426fcbc37ad4d023.tar.gz
systemctl: Default suffixes for timer and socket
* use .timer suffix by default for systemctl list-timers * use .socket suffix by default for systemctl list-sockets
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4679be1e65..03d38da9a0 100644
--- a/TODO
+++ b/TODO
@@ -1109,7 +1109,6 @@ External:
* systemctl status foo.service should say that it is trigger by foo.timer
* systemctl status should know about 'systemd-analyze calendar ... --iterations='
-* systemctl list-timers foo should use .timer suffix by default
* If timer has just OnInactiveSec=..., it should fire after a specified time
after being started.