[Unit]
Description=matterbridge media cleanup

[Service]
Type=oneshot
ExecStart=/usr/bin/find /var/lib/matterbridge -mindepth 2 -mtime +30 -delete
