pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/gnunet: Add example config file for gnunetuser service.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Sun Dec 1 21:03:11 2019 +0000
Changeset: a0715cb43c1f979a5052a15226cd7c2ea9e50d94
Modified Files:
gnunet/Makefile
Added Files:
gnunet/files/gnunet_user.conf
Log Message:
wip/gnunet: Add example config file for gnunetuser service.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0715cb43c1f979a5052a15226cd7c2ea9e50d94
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnunet/Makefile | 2 ++
gnunet/files/gnunet_user.conf | 5 +++++
2 files changed, 7 insertions(+)
diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index eaa510332a..566e0b824b 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -56,6 +56,8 @@ MAKE_DIRS+= ${GNUNET_DIR}/data
AUTO_MKDIRS= YES
CONF_FILES+= ${FILESDIR}/gnunet.conf \
${PKG_SYSCONFDIR}/gnunet.conf
+CONF_FILES+= ${FILESDIR}/gnunet_user.conf \
+ ${PKG_SYSCONFDIR}/gnunet_user.conf
FILES_SUBST+= PKG_HOME=${GNUNET_DIR}
diff --git a/gnunet/files/gnunet_user.conf b/gnunet/files/gnunet_user.conf
new file mode 100644
index 0000000000..67bf4cd7b8
--- /dev/null
+++ b/gnunet/files/gnunet_user.conf
@@ -0,0 +1,5 @@
+# Use this file as a ~/.config/gnunet.conf if you do not
+# create it yourself.
+[arm]
+START_SYSTEM_SERVICES = NO
+START_USER_SERVICES = YES
Home |
Main Index |
Thread Index |
Old Index