1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/dma/dma.cron
2016-02-29 22:34:16 +01:00

5 lines
73 B
Bash

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