diff options
author | creme <creme@envs.net> | 2019-09-23 11:50:42 +0200 |
---|---|---|
committer | creme <creme@envs.net> | 2019-09-23 11:50:42 +0200 |
commit | 8f38d37561cbbf923523fcb5d0ba84cb29b53dd6 (patch) | |
tree | 8567c5375a282c40382b3299815848891cf7882d /config | |
parent | blockqoute fix (diff) | |
download | hex-zero-8f38d37561cbbf923523fcb5d0ba84cb29b53dd6.tar.gz hex-zero-8f38d37561cbbf923523fcb5d0ba84cb29b53dd6.tar.bz2 hex-zero-8f38d37561cbbf923523fcb5d0ba84cb29b53dd6.zip |
change cronjob
Diffstat (limited to 'config')
-rw-r--r-- | config/cleanup_0x0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cleanup_0x0 b/config/cleanup_0x0 index 0137c23..2278eaa 100644 --- a/config/cleanup_0x0 +++ b/config/cleanup_0x0 @@ -2,4 +2,4 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -5 */12 * * * root python3 /srv/0x0/cleanup.py >/dev/null 2>&1 +5 0 * * * root python3 /srv/0x0/cleanup.py >/dev/null 2>&1 |