add templates for multi-user configurations
authorChristian Grothoff <christian@grothoff.org>
Wed, 4 Sep 2019 23:05:37 +0000 (01:05 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 4 Sep 2019 23:06:42 +0000 (01:06 +0200)
contrib/Makefile.am
contrib/conf/gnunet/gnunet-system.conf [new file with mode: 0644]
contrib/conf/gnunet/gnunet-user.conf [new file with mode: 0644]

index c78b6fe9d5e39195af4d0ee026f019d443a1f1d4..676f5384315385d4653ffd8c264fb526c7463641 100644 (file)
@@ -38,6 +38,8 @@ EXTRA_DIST = \
  conf/editors/eclipse/gnunet_codingstyle.xml \
  conf/gnunet/no_forcestart.conf \
  conf/gnunet/no_autostart_above_core.conf \
+ conf/gnunet/gnunet-system.conf \
+ conf/gnunet/gnunet-user.conf \
  conf/nss/nssswitch.conf \
  conf/wireshark/wireshark.lua \
  packages/nix/default.nix \
diff --git a/contrib/conf/gnunet/gnunet-system.conf b/contrib/conf/gnunet/gnunet-system.conf
new file mode 100644 (file)
index 0000000..6f9b0f3
--- /dev/null
@@ -0,0 +1,7 @@
+# Sample configuration file to be installed in /etc/gnunet.conf
+# for a multi-user GNUnet setup.  This is then the configuration
+# for the system-wide "gnunet" user.
+[arm]
+SYSTEM_ONLY = YES
+USER_ONLY = NO
+
diff --git a/contrib/conf/gnunet/gnunet-user.conf b/contrib/conf/gnunet/gnunet-user.conf
new file mode 100644 (file)
index 0000000..de95c21
--- /dev/null
@@ -0,0 +1,8 @@
+# Sample configuration for $HOME/.config/gnunet.conf in
+# a multi-user setup. This configuration should be installed
+# in the $HOME directory of each normal user (and in
+# /etc/skel/).
+[arm]
+SYSTEM_ONLY = NO
+USER_ONLY = YES
+