summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.cron
diff options
context:
space:
mode:
Diffstat (limited to 'whiteboard.cron')
-rw-r--r--whiteboard.cron2
1 files changed, 0 insertions, 2 deletions
diff --git a/whiteboard.cron b/whiteboard.cron
deleted file mode 100644
index 705c2eb..0000000
--- a/whiteboard.cron
+++ /dev/null
@@ -1,2 +0,0 @@
-# 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