aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/test_revocation.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
commitb8fc68d6cb81adb3803186359b3a30b1a4bb7b5a (patch)
treebe6defbdf18e3af9bdcc979cf27b253fe0b4d5f9 /src/revocation/test_revocation.conf
parent3871fc32bbd05da817d94f4188023a4edebc367a (diff)
downloadgnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.tar.gz
gnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.zip
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
Diffstat (limited to 'src/revocation/test_revocation.conf')
-rw-r--r--src/revocation/test_revocation.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/revocation/test_revocation.conf b/src/revocation/test_revocation.conf
index f6eb33602..04ee95055 100644
--- a/src/revocation/test_revocation.conf
+++ b/src/revocation/test_revocation.conf
@@ -4,9 +4,7 @@ SERVICEHOME=/tmp/test-revocation-service
4 4
5[revocation] 5[revocation]
6WORKBITS = 3 6WORKBITS = 3
7 7FORCESTART = YES
8[arm]
9DEFAULTSERVICES = core identity revocation
10 8
11[identity] 9[identity]
12# Directory where we store information about our egos 10# Directory where we store information about our egos
@@ -17,9 +15,6 @@ SUBSYSTEM_CFG = $SERVICEHOME/s.conf
17AUTOSTART = NO 15AUTOSTART = NO
18SERVERS = dummy 16SERVERS = dummy
19 17
20[transport-udp]
21BROADCAST = NO
22
23[nat] 18[nat]
24RETURN_LOCAL_ADDRESSES = YES 19RETURN_LOCAL_ADDRESSES = YES
25 20