- conf.d: do not prefix umask
- init.d
- add name
- wait for shutdown one second longer
- sort variables (constants, read & generic, read & i2pd specific)
- quote variables & use := instead of :=
- use SSD_{,IO}NICE for setting niceness
- adjust whitespace
- use `return 1` instead of `false`
- simplify keeplog section
Signed-off-by: Filip Kobierski <fkobi@pm.me>
1. USE=daemon with openrc scripts
- disabled by default, the behaviour does not change
2. adjust DEPENDs
- openssl is not needed if USE=ssl
- czmq is not linked to FWICT
- add libsodium & randomx
3. Adjust style to be shorter
Signed-off-by: Filip Kobierski <fkobi@pm.me>