4 lines
264 B
Plaintext
4 lines
264 B
Plaintext
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"
|