aports/community/dma/dma.cron
2023-11-07 11:58:56 +00:00

6 lines
73 B
Bash

#!/bin/sh
# Flush the DMA queue automatically.
/usr/sbin/dma -q1
exit 0