From 9465fd744cc2117190bafc1a3e2da9f10ca29bf9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 31 Dec 2022 22:00:11 +0100 Subject: Storage via SQLite, Added tests (WIP) --- whiteboard.cron | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 whiteboard.cron (limited to 'whiteboard.cron') 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 -- cgit v1.2.3