From: Mark Stosberg Date: Mon, 27 Feb 2017 01:03:30 +0000 (-0500) Subject: man: systemctl list-timers: Provide sample output and document it. (#5463) X-Git-Tag: v233~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccdda9556ee67a6b1c12e2a33cc309ad8fb06996;p=thirdparty%2Fsystemd.git man: systemctl list-timers: Provide sample output and document it. (#5463) As with `systemctl list-sockets` and `systemctl status`, we provide a sample output for `systemctl list-timers` and document what the columns mean. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index d0b39d771bd..22ff9494d6d 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -712,8 +712,23 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service List timer units currently in memory, ordered by the time they elapse next. If one or more PATTERNs are specified, only units matching one of them are shown. + Produces output similiar to + +NEXT LEFT LAST PASSED UNIT ACTIVATES +n/a n/a Thu 2017-02-23 13:40:29 EST 3 days ago ureadahead-stop.timer ureadahead-stop.service +Sun 2017-02-26 18:55:42 EST 1min 14s left Thu 2017-02-23 13:54:44 EST 3 days ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2017-02-26 20:37:16 EST 1h 42min left Sun 2017-02-26 11:56:36 EST 6h ago apt-daily.timer apt-daily.service +Sun 2017-02-26 20:57:49 EST 2h 3min left Sun 2017-02-26 11:56:36 EST 6h ago snapd.refresh.timer snapd.refresh.service + + NEXT shows the next time the timer will run. + LEFT shows how long till the next time the timer runs. + LAST shows the last time the timer ran. + PASSED shows has long as passed since the timer laset ran. + UNIT shows the name of the timer + ACTIVATES shows the the name the service the timer activates when it runs. + Also see and .