aboutsummaryrefslogtreecommitdiff
path: root/config/80_hex-zero_cron
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-10 13:25:27 -0500
committerB Stack <bgstack15@gmail.com>2020-12-10 13:25:27 -0500
commit1f05dba5702e3a9b13e9795310200821dd1e520c (patch)
treeb79ee1ade76d9cab46f282e269ba9b67ec1e1e8b /config/80_hex-zero_cron
parentadd initial Makefile for install, uninstall (diff)
downloadhex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.tar.gz
hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.tar.bz2
hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.zip
add debian/ and improve installation
Diffstat (limited to 'config/80_hex-zero_cron')
-rw-r--r--config/80_hex-zero_cron2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/80_hex-zero_cron b/config/80_hex-zero_cron
new file mode 100644
index 0000000..6672c34
--- /dev/null
+++ b/config/80_hex-zero_cron
@@ -0,0 +1,2 @@
+# File /etc/cron.d/80_hex-zero.cron
+45 3 * * * hex-zero /usr/bin/python3 /var/www/hex-zero/cleanup.py 1>/dev/null 2>&1
bgstack15