- assert hard
[oweals/gnunet.git] / src / arm / arm.conf.in
1
2 [arm]
3 @UNIXONLY@ PORT = 2087
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 BINARY = gnunet-service-arm
7 ACCEPT_FROM = 127.0.0.1;
8 ACCEPT_FROM6 = ::1;
9 DEFAULTSERVICES = topology hostlist dht nse mesh fs
10 UNIXPATH = /tmp/gnunet-service-arm.sock
11 UNIX_MATCH_UID = YES
12 UNIX_MATCH_GID = YES
13 CONFIG = $DEFAULTCONFIG
14
15 # In the "-l" option, format characters from 'strftime' are allowed;
16 # In the GLOBAL_POSTFIX, "{}" stands for the name of the respective
17 # service.  Thus the following option would introduce per-service
18 # logging with a new log file each day.  Note that only the last 3
19 # log files are preserved.
20 # GLOBAL_POSTFIX = -l $SERVICEHOME/{}-%Y-%m-%d.log
21 # GLOBAL_PREFIX =
22 # USERNAME =
23 # MAXBUF =
24 # TIMEOUT =
25 # DISABLEV6 =
26 # BINDTO =
27 # REJECT_FROM =
28 # REJECT_FROM6 =
29 # PREFIX =