diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-06-23 13:30:04 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:04 +0000 |
commit | c293f84ea192f361baf720a3979589c0e0881abc (patch) | |
tree | b936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /contrib/conf | |
parent | 8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff) |
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'contrib/conf')
-rw-r--r-- | contrib/conf/gnunet/no_autostart_above_core.conf | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/contrib/conf/gnunet/no_autostart_above_core.conf b/contrib/conf/gnunet/no_autostart_above_core.conf index 7bcf6c8ae..114ec83a3 100644 --- a/contrib/conf/gnunet/no_autostart_above_core.conf +++ b/contrib/conf/gnunet/no_autostart_above_core.conf @@ -3,88 +3,88 @@ # (including resolver) [dns] -AUTOSTART = NO +START_ON_DEMAND = NO [dht] -AUTOSTART = NO +START_ON_DEMAND = NO [nse] -AUTOSTART = NO +START_ON_DEMAND = NO [cadet] -AUTOSTART = NO +START_ON_DEMAND = NO [datastore] -AUTOSTART = NO +START_ON_DEMAND = NO [fs] -AUTOSTART = NO +START_ON_DEMAND = NO [dv] -AUTOSTART = NO +START_ON_DEMAND = NO [vpn] -AUTOSTART = NO +START_ON_DEMAND = NO [consensus] -AUTOSTART = NO +START_ON_DEMAND = NO [resolver] -AUTOSTART = NO +START_ON_DEMAND = NO [namestore] -AUTOSTART = NO +START_ON_DEMAND = NO [namecache] -AUTOSTART = NO +START_ON_DEMAND = NO [identity] -AUTOSTART = NO +START_ON_DEMAND = NO [revocation] -AUTOSTART = NO +START_ON_DEMAND = NO [conversation] -AUTOSTART = NO +START_ON_DEMAND = NO [peerstore] -AUTOSTART = NO +START_ON_DEMAND = NO [psycstore] -AUTOSTART = NO +START_ON_DEMAND = NO [gns] -AUTOSTART = NO +START_ON_DEMAND = NO [regex] -AUTOSTART = NO +START_ON_DEMAND = NO [set] -AUTOSTART = NO +START_ON_DEMAND = NO [scalarproduct-bob] -AUTOSTART = NO +START_ON_DEMAND = NO [scalarproduct-alice] -AUTOSTART = NO +START_ON_DEMAND = NO [social] -AUTOSTART = NO +START_ON_DEMAND = NO [psyc] -AUTOSTART = NO +START_ON_DEMAND = NO [rps] -AUTOSTART = NO +START_ON_DEMAND = NO [multicast] -AUTOSTART = NO +START_ON_DEMAND = NO [sensordashboard] -AUTOSTART = NO +START_ON_DEMAND = NO [sensor] -AUTOSTART = NO +START_ON_DEMAND = NO [zonemaster-monitor] -AUTOSTART = NO +START_ON_DEMAND = NO |