AzuraCast/util/docker/final/scripts/temp_cleanup

9 lines
231 B
Bash

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