From 125caa7e4e6dab353c9c014fa4bc0de9820b22c4 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 8 Mar 2021 09:53:21 +0100 Subject: [PATCH] Remove user from crontab [deploy] --- docker/cron/cleanup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/cron/cleanup b/docker/cron/cleanup index 64077aa..247db1f 100644 --- a/docker/cron/cleanup +++ b/docker/cron/cleanup @@ -1,5 +1,5 @@ # https://crontab.guru/every-day -0 0 * * * root /usr/local/bin/php /var/www/html/yii cleanup/email-keys >/dev/null 2>&1 -0 1 * * * root /usr/local/bin/php /var/www/html/yii cleanup/minecraft-sessions >/dev/null 2>&1 -0 2 * * * root /usr/local/bin/php /var/www/html/yii cleanup/web-sessions >/dev/null 2>&1 -0 3 * * * root /usr/local/bin/php /var/www/html/yii cleanup/oauth-clients >/dev/null 2>&1 +0 0 * * * php /var/www/html/yii cleanup/email-keys >/dev/null 2>&1 +0 1 * * * php /var/www/html/yii cleanup/minecraft-sessions >/dev/null 2>&1 +0 2 * * * php /var/www/html/yii cleanup/web-sessions >/dev/null 2>&1 +0 3 * * * php /var/www/html/yii cleanup/oauth-clients >/dev/null 2>&1