summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.cron
diff options
context:
space:
mode:
Diffstat (limited to 'whiteboard.cron')
-rw-r--r--whiteboard.cron2
1 files changed, 2 insertions, 0 deletions
diff --git a/whiteboard.cron b/whiteboard.cron
new file mode 100644
index 0000000..705c2eb
--- /dev/null
+++ b/whiteboard.cron
@@ -0,0 +1,2 @@
+# Cleanup whiteboard data once every day
+02,31 * * * * root [ -x /usr/bin/whiteboard-cleanup ] && if [ ! -d /run/systemd/system ]; then /usr/bin/whiteboard-cleanup ; fi