From cf2921ca1d3f650db0580e600d724eb193752edf Mon Sep 17 00:00:00 2001 From: verita84 Date: Fri, 14 Jan 2022 16:03:08 +0000 Subject: [PATCH] Update 'pleroma/crontab' --- pleroma/crontab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pleroma/crontab b/pleroma/crontab index 2bfc5b9..5b7b6d5 100644 --- a/pleroma/crontab +++ b/pleroma/crontab @@ -1,3 +1,3 @@ -00 03 * * 7 su pleroma -s /bin/bash -lc "/opt/pleroma/bin/pleroma_ctl database prune_objects" -05 03 * * 7 su pleroma -s /bin/bash -lc "/opt/pleroma/bin/pleroma_ctl database ensure_expiration" - +00 04 * * * su pleroma -s /bin/bash -lc "/opt/pleroma/bin/pleroma_ctl database prune_objects" +30 04 * * * su pleroma -s /bin/bash -lc "/opt/pleroma/bin/pleroma_ctl database ensure_expiration" +00 05 * * * su pleroma -s $SHELL -lc "/opt/pleroma/bin/pleroma restart"