aboutsummaryrefslogtreecommitdiff
path: root/src/util/util.conf
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:03 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:03 +0000
commitaf8cf3fa1402728e46b648d44739ee379fb7f81d (patch)
tree96fbc73b4bf348e4de4359ea9610c7add318ec00 /src/util/util.conf
parente5daa4634f5fb7e22ed07c882e224b65c3d78ada (diff)
downloadgnunet-af8cf3fa1402728e46b648d44739ee379fb7f81d.tar.gz
gnunet-af8cf3fa1402728e46b648d44739ee379fb7f81d.zip
rename USER_SERVICE into RUN_PER_USER. thx, tg (#4548a)
Diffstat (limited to 'src/util/util.conf')
-rw-r--r--src/util/util.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.conf b/src/util/util.conf
index f2e5bee28..dbc2b2e0d 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -25,7 +25,7 @@ GNUNET_CACHE_HOME = ${XDG_CACHE_HOME:-$GNUNET_HOME/.cache}/gnunet/
25 25
26# Runtime data (i.e UNIX domain sockets, locks, always lost on system boot) 26# Runtime data (i.e UNIX domain sockets, locks, always lost on system boot)
27# This is the variable for system-wide services; use GNUNET_USER_RUNTIME_DIR 27# This is the variable for system-wide services; use GNUNET_USER_RUNTIME_DIR
28# for per-user services (where USER_SERVICE=YES is set) 28# for per-user services (where RUN_PER_USER=YES is set)
29# Note that the 'gnunet'/system user must have $TMPDIR/$TMP set to 29# Note that the 'gnunet'/system user must have $TMPDIR/$TMP set to
30# exactly the same values as 'normal' users, otherwise this will fail. 30# exactly the same values as 'normal' users, otherwise this will fail.
31# If $TMPDIR or $TMP are set to different directories for different 31# If $TMPDIR or $TMP are set to different directories for different