contrib/dma/post-install

5 lines
90 B
Plaintext
Raw Normal View History

2020-12-30 22:27:06 +01:00
#!/bin/sh -
grep -q dma /etc/crontab ||
echo '*/15 * * * * exec dma -q' >> /etc/crontab