From f4a4f22d696286ab0ad510efc99dc19aa8101d14 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 12 Feb 2022 17:37:53 +0100 Subject: [PATCH] readme --- bundles/systemd-timers/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bundles/systemd-timers/README.md diff --git a/bundles/systemd-timers/README.md b/bundles/systemd-timers/README.md new file mode 100644 index 0000000..b82a606 --- /dev/null +++ b/bundles/systemd-timers/README.md @@ -0,0 +1,3 @@ +``` +systemctl is-active "$(systemctl cat zfs-mirror.timer | grep Unit= | cut -d= -f2)" +```