Add list-timers to systemd user commands

This is useful for listing "cron like" systemd jobs
This commit is contained in:
Ben Cole 2016-05-18 10:00:42 +01:00
commit b8145bd106

View file

@ -1,6 +1,6 @@
user_commands=( user_commands=(
list-units is-active status show help list-unit-files list-units is-active status show help list-unit-files
is-enabled list-jobs show-environment cat) is-enabled list-jobs show-environment cat list-timers)
sudo_commands=( sudo_commands=(
start stop reload restart try-restart isolate kill start stop reload restart try-restart isolate kill