From 02142e38b8c2cc72b616361cf945bf2e10961024 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Mon, 30 Jun 2025 09:36:36 -0300 Subject: [PATCH] crontab examples --- scripts/crontab.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/crontab.example diff --git a/scripts/crontab.example b/scripts/crontab.example new file mode 100644 index 00000000..e3a4abca --- /dev/null +++ b/scripts/crontab.example @@ -0,0 +1,3 @@ +REPO_DIR=/home/fungus/proxy +LOG_FILE=/home/fungus/proxy/update.log +* * * * * /home/fungus/proxy/scripts/update_proxy.sh >/dev/null 2>&1 \ No newline at end of file