feat: systemd timer setup as an additional option, instead of just cron
This commit is contained in:
parent
76768e4075
commit
42a355a55f
3 changed files with 65 additions and 25 deletions
|
|
@ -7,6 +7,7 @@ setup() {
|
|||
export NAG_DIR
|
||||
NAG_DIR="$(mktemp -d)"
|
||||
export NAG_CMD="true"
|
||||
export NAG_SOUND=""
|
||||
}
|
||||
|
||||
teardown() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue