feat: systemd timer setup as an additional option, instead of just cron

This commit is contained in:
Lewis Wynne 2026-04-02 00:51:07 +01:00
parent 76768e4075
commit 42a355a55f
3 changed files with 65 additions and 25 deletions

View file

@ -7,6 +7,7 @@ setup() {
export NAG_DIR
NAG_DIR="$(mktemp -d)"
export NAG_CMD="true"
export NAG_SOUND=""
}
teardown() {