From 4a5d1a64d72d30601226f5454f16b46ce09b2347 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 9 Oct 2023 20:25:30 +0200 Subject: [PATCH] Create cron add cron app --- conf/cron | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 conf/cron diff --git a/conf/cron b/conf/cron new file mode 100644 index 0000000..ef6f1f5 --- /dev/null +++ b/conf/cron @@ -0,0 +1,2 @@ +@daily __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/cron.php +* * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/scripts/emails.php