summaryrefslogtreecommitdiff
path: root/contrib/conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf')
-rw-r--r--contrib/conf/gnunet/gnunet-system.conf7
-rw-r--r--contrib/conf/gnunet/gnunet-user.conf8
2 files changed, 15 insertions, 0 deletions
diff --git a/contrib/conf/gnunet/gnunet-system.conf b/contrib/conf/gnunet/gnunet-system.conf
new file mode 100644
index 000000000..6f9b0f379
--- /dev/null
+++ b/contrib/conf/gnunet/gnunet-system.conf
@@ -0,0 +1,7 @@
1# Sample configuration file to be installed in /etc/gnunet.conf
2# for a multi-user GNUnet setup. This is then the configuration
3# for the system-wide "gnunet" user.
4[arm]
5SYSTEM_ONLY = YES
6USER_ONLY = NO
7
diff --git a/contrib/conf/gnunet/gnunet-user.conf b/contrib/conf/gnunet/gnunet-user.conf
new file mode 100644
index 000000000..de95c216c
--- /dev/null
+++ b/contrib/conf/gnunet/gnunet-user.conf
@@ -0,0 +1,8 @@
1# Sample configuration for $HOME/.config/gnunet.conf in
2# a multi-user setup. This configuration should be installed
3# in the $HOME directory of each normal user (and in
4# /etc/skel/).
5[arm]
6SYSTEM_ONLY = NO
7USER_ONLY = YES
8