aports/testing/dma/dma.cron
2016-02-29 22:34:16 +01:00

6 lines
73 B
Bash

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