mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 15:45:12 +02:00
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/sh
|
|
RNGD_OPTS=""
|
|
[ -r conf ] && . ./conf
|
|
|
|
exec rngd $RNGD_OPTS -f
|