summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-09-05 07:13:06 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-09-05 07:13:06 +0200
commit0b408bd2ced465a24ba16a0f267dfcda63cb842a (patch)
treed45ec7fb638a7ef5baa7a68e52e4bb4817133c7b
parente146bf195b82dfe1f94cd940a532262ce02410b2 (diff)
parente6670a4e5d274f653473f47a85ca9ddf055d6b4a (diff)
downloadgnunet-0b408bd2ced465a24ba16a0f267dfcda63cb842a.tar.gz
gnunet-0b408bd2ced465a24ba16a0f267dfcda63cb842a.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
-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