about summary refs log tree commit diff
path: root/bundles/bitfroest/files/cron_job
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-09-07 17:32:13 +0200
committerRobert Günzler <r@gnzler.io>2025-09-25 12:56:47 +0200
commit8db9d0cc31582750026c66fa02236c494c2a8e2c (patch)
treec8c89acfed7ad9a0016936e700b69f67db6b269f /bundles/bitfroest/files/cron_job
parent0bb17cd2f34918add1ddaedeb0a66531dea561a3 (diff)
add bitfroest bundle
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/bitfroest/files/cron_job')
-rw-r--r--bundles/bitfroest/files/cron_job4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/bitfroest/files/cron_job b/bundles/bitfroest/files/cron_job
new file mode 100644
index 0000000..2f5c94e
--- /dev/null
+++ b/bundles/bitfroest/files/cron_job
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eu
+/usr/bin/bitfroest >/dev/null 2>&1
+exit 0