systemd_service "mediawiki-cleanup-gs" do
description "Clean up imagemagick gs_* files"
exec_start "/usr/bin/find /tmp -maxdepth 1 -type f -user www-data -mmin +90 -name 'gs_*' -delete"
systemd_service "mediawiki-cleanup-gs" do
description "Clean up imagemagick gs_* files"
exec_start "/usr/bin/find /tmp -maxdepth 1 -type f -user www-data -mmin +90 -name 'gs_*' -delete"