Update 'pleroma/crontab'

This commit is contained in:
verita84 2022-01-14 16:03:08 +00:00
parent 8d498df767
commit cf2921ca1d

View File

@ -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"