contrib/dma/post-install

5 lines
90 B
Bash

#!/bin/sh -
grep -q dma /etc/crontab ||
echo '*/15 * * * * exec dma -q' >> /etc/crontab