diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-21 20:09:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-21 20:09:13 +0300 |
| commit | 72d248eba6f0e8a2e300f0ba9f70ba10d0f0c9c8 (patch) | |
| tree | 180c117256d6c90cf6f36f8d7425fa111e580be2 /frontends/etc | |
| parent | 155420490e74ee430993e1bb43383a462e4b8354 (diff) | |
add cron template
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/gogios.cron.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/etc/gogios.cron.tpl b/frontends/etc/gogios.cron.tpl new file mode 100644 index 0000000..ba06781 --- /dev/null +++ b/frontends/etc/gogios.cron.tpl @@ -0,0 +1,2 @@ +0 7 * * * <%= $gogios_path %> -renotify >/dev/null +*/5 8-22 * * * <%= $gogios_path %> >/dev/null |
