mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -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"
|
|
|
|
|