16 lines
794 B
Markdown
16 lines
794 B
Markdown
# Init scripts
|
|
|
|
Scripts in this folder are for use in systems where the Infnoise hardware is always present and the user wishes to run `infnoise` automatically as a system service with `--dev-random` enabled.
|
|
|
|
Should someone create distribution packages for infnoise in future, hopefully these will help!
|
|
|
|
## Contents
|
|
|
|
- `infnoise`: OpenRC, tested in Gentoo, untested in Alpine Linux, FreeBSD, TrueOS
|
|
- `infnoise.conf`: Upstart, tested in Ubuntu 14.04, 16.04 (requires upstart install)
|
|
- `infnoise.service`: Systemd, works for CentOS, Ubuntu, Debian, ArchLinux
|
|
- `infnoise.service.bin`: Same as infnoise.service, binary path = /usr/bin/
|
|
- `infnoise.service.sbin`: Same as infnoise.service, binary path = /usr/sbin/
|
|
- `75-infnoise.rules`: udev rule to be used together with the systemd service
|
|
|