mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
description="infinite noise TRNG program daemon"
|
|
pidfile="/run/infnoise.pid"
|
|
command="/sbin/infnoise"
|
|
command_args="-R -d -p /run/infnoise.pid"
|
|
supervisor="supervise-daemon"
|
|
|
|
|