diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-31 22:00:11 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-31 22:00:11 +0100 |
commit | 9465fd744cc2117190bafc1a3e2da9f10ca29bf9 (patch) | |
tree | 7d94bdaaa37cabb58cede695b03082b8360167bd /whiteboard.cron | |
parent | af1c4ee4d74ff7afc997372802d851d11daad418 (diff) |
Storage via SQLite, Added tests (WIP)
Diffstat (limited to 'whiteboard.cron')
-rw-r--r-- | whiteboard.cron | 2 |
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 |