From 719a92e269bde23b06a67d2f4e6d45063b1be0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 29 Feb 2016 22:32:13 +0100 Subject: testing/dma: add cronjob and install symlinks --- testing/dma/dma.cron | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing/dma/dma.cron (limited to 'testing/dma/dma.cron') 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 -- cgit v1.2.3