diff options
author | cremesk <ennik@envs.net> | 2019-07-13 16:35:36 +0200 |
---|---|---|
committer | cremesk <ennik@envs.net> | 2019-07-13 16:35:36 +0200 |
commit | f3e13717823afb645ca9386280ca28d630024570 (patch) | |
tree | 9c502229ddd4b2cefb90c1fda26d33ec008f1cf6 /config/cleanup_0x0 | |
parent | change repo url in README.md (diff) | |
download | hex-zero-f3e13717823afb645ca9386280ca28d630024570.tar.gz hex-zero-f3e13717823afb645ca9386280ca28d630024570.tar.bz2 hex-zero-f3e13717823afb645ca9386280ca28d630024570.zip |
rename config folder
Diffstat (limited to 'config/cleanup_0x0')
-rw-r--r-- | config/cleanup_0x0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cleanup_0x0 b/config/cleanup_0x0 new file mode 100644 index 0000000..0137c23 --- /dev/null +++ b/config/cleanup_0x0 @@ -0,0 +1,5 @@ +# /etc/cron.d/cleanup_0x0 +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 |