mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-08 06:47:09 +02:00
6 lines
73 B
Bash
6 lines
73 B
Bash
#!/bin/sh
|
|
# Flush the DMA queue automatically.
|
|
|
|
/usr/sbin/dma -q1
|
|
exit 0
|