blob: 81e62a4d951505d46336893e25a0f41709700c6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Config file for /etc/init.d/infinoted for Gentoo Linux
USER="infinote"
GROUP="infinote"
UMASK="007"
PIDFILE="/var/run/infinoted.pid"
# Please read `infinoted --help` for other options.
# This is a fast setup for local networks only (maybe not even those),
# make sure you use appropriate security on untrusted networks.
OPTIONS="--root-directory=/var/lib/infinote --security-policy=no-tls"
|