aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-05 01:05:37 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-05 01:06:42 +0200
commite6670a4e5d274f653473f47a85ca9ddf055d6b4a (patch)
treea0dfd7311213ae1ccdb869c12fd7a265ce04dd7e /contrib
parentb7141dbb7e85e93ad06a8efa3751372f8f81a2b1 (diff)
downloadgnunet-e6670a4e5d274f653473f47a85ca9ddf055d6b4a.tar.gz
gnunet-e6670a4e5d274f653473f47a85ca9ddf055d6b4a.zip
add templates for multi-user configurations
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am2
-rw-r--r--contrib/conf/gnunet/gnunet-system.conf7
-rw-r--r--contrib/conf/gnunet/gnunet-user.conf8
3 files changed, 17 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index c78b6fe9d..676f53843 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -38,6 +38,8 @@ EXTRA_DIST = \
38 conf/editors/eclipse/gnunet_codingstyle.xml \ 38 conf/editors/eclipse/gnunet_codingstyle.xml \
39 conf/gnunet/no_forcestart.conf \ 39 conf/gnunet/no_forcestart.conf \
40 conf/gnunet/no_autostart_above_core.conf \ 40 conf/gnunet/no_autostart_above_core.conf \
41 conf/gnunet/gnunet-system.conf \
42 conf/gnunet/gnunet-user.conf \
41 conf/nss/nssswitch.conf \ 43 conf/nss/nssswitch.conf \
42 conf/wireshark/wireshark.lua \ 44 conf/wireshark/wireshark.lua \
43 packages/nix/default.nix \ 45 packages/nix/default.nix \
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