aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-09 21:23:18 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-09 21:23:18 +0200
commit729ac688d9350dca19e8f96e2b490f87643a18da (patch)
tree68a20034c72e9bc74990aa03496761c1735db8af /contrib
parent0892484b42fa276c485f2bd6f58b65f92a807a21 (diff)
downloadgnunet-729ac688d9350dca19e8f96e2b490f87643a18da.tar.gz
gnunet-729ac688d9350dca19e8f96e2b490f87643a18da.zip
-update contrib config files
Diffstat (limited to 'contrib')
-rw-r--r--contrib/conf/gnunet/gnunet-system.conf14
-rw-r--r--contrib/conf/gnunet/gnunet-user.conf4
2 files changed, 10 insertions, 8 deletions
diff --git a/contrib/conf/gnunet/gnunet-system.conf b/contrib/conf/gnunet/gnunet-system.conf
index 6f9b0f379..dc0528cf3 100644
--- a/contrib/conf/gnunet/gnunet-system.conf
+++ b/contrib/conf/gnunet/gnunet-system.conf
@@ -1,7 +1,9 @@
1# Sample configuration file to be installed in /etc/gnunet.conf 1[path]
2# for a multi-user GNUnet setup. This is then the configuration 2GNUNET_HOME = /var/lib/gnunet/
3# for the system-wide "gnunet" user. 3GNUNET_DATA_HOME = /var/lib/gnunet/data/
4[arm] 4GNUNET_RUNTIME_DIR = /var/run/gnunet/
5SYSTEM_ONLY = YES
6USER_ONLY = NO
7 5
6[arm]
7START_SYSTEM_SERVICES = YES
8START_USER_SERVICES = NO
9OPTIONS = -l /var/log/gnunet.log
diff --git a/contrib/conf/gnunet/gnunet-user.conf b/contrib/conf/gnunet/gnunet-user.conf
index de95c216c..f4763e45a 100644
--- a/contrib/conf/gnunet/gnunet-user.conf
+++ b/contrib/conf/gnunet/gnunet-user.conf
@@ -3,6 +3,6 @@
3# in the $HOME directory of each normal user (and in 3# in the $HOME directory of each normal user (and in
4# /etc/skel/). 4# /etc/skel/).
5[arm] 5[arm]
6SYSTEM_ONLY = NO 6START_SYSTEM_SERVICES = NO
7USER_ONLY = YES 7START_USER_SERVICES = YES
8 8