diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-29 22:32:13 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-29 22:34:16 +0100 |
commit | 719a92e269bde23b06a67d2f4e6d45063b1be0f9 (patch) | |
tree | 788394fde043cba244d2deef61065f7d947ebcf8 /testing/dma/dma.cron | |
parent | 39893983cee082d90866d4aa05f4dc0fdf08a78c (diff) | |
download | aports-719a92e269bde23b06a67d2f4e6d45063b1be0f9.tar.bz2 aports-719a92e269bde23b06a67d2f4e6d45063b1be0f9.tar.xz |
testing/dma: add cronjob and install symlinks
Diffstat (limited to 'testing/dma/dma.cron')
-rw-r--r-- | testing/dma/dma.cron | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/dma/dma.cron b/testing/dma/dma.cron new file mode 100644 index 0000000000..d37f4f9f3c --- /dev/null +++ b/testing/dma/dma.cron @@ -0,0 +1,5 @@ +#!/bin/sh +# Flush the DMA queue automatically. + +/usr/sbin/dma -q1 +exit 0 |