AzuraCast/util/docker/web/scripts/temp_cleanup

9 lines
224 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
exec /usr/sbin/tmpreaper 12h --protect '.tmpreaper' --verbose \
/tmp \
2022-01-24 14:11:34 +01:00
/tmp/app_nginx_client \
/tmp/app_fastcgi_temp \
/var/azuracast/stations/*/temp \
> /proc/1/fd/1 2> /proc/1/fd/2