diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 09:02:11 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 09:02:11 +0900 |
commit | 8a6154ff22609d7044f16c56cdac8d065332d6bc (patch) | |
tree | 8067bb02207aa502bd11f7c5d0f6d54ff0db3142 /contrib/scadere-check.timer | |
parent | dd0ae4f55b191f66a9a159abe8af2baa95ed6635 (diff) | |
download | scadere-8a6154ff22609d7044f16c56cdac8d065332d6bc.tar.gz |
Elaborate on installation and usage
Diffstat (limited to 'contrib/scadere-check.timer')
-rw-r--r-- | contrib/scadere-check.timer | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/scadere-check.timer b/contrib/scadere-check.timer new file mode 100644 index 0000000..235e4c3 --- /dev/null +++ b/contrib/scadere-check.timer @@ -0,0 +1,11 @@ +[Unit] +Description=Run scadere-check everyday + +[Timer] +OnCalendar=daily +Persistent=true +RandomizedDelaySec=86400 +FixedRandomDelay=true + +[Install] +WantedBy=timers.timer |