AzuraCast/util/docker/web/scripts/temp_cleanup

9 lines
224 B
Bash

#!/usr/bin/env bash
exec /usr/sbin/tmpreaper 12h --protect '.tmpreaper' --verbose \
/tmp \
/tmp/app_nginx_client \
/tmp/app_fastcgi_temp \
/var/azuracast/stations/*/temp \
> /proc/1/fd/1 2> /proc/1/fd/2