diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pacman-offline | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/pacman-offline b/bin/pacman-offline index 69e77c0..37ae033 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -96,3 +96,6 @@ if [ ${REBOOT} -eq 1 ]; then elif [ ${TIMER} -eq 1 ]; then systemctl start pacman-offline-reboot.timer fi + +# show the timer (if active) +systemctl --quiet list-timers pacman-offline-reboot.timer |