aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnunet/gnunet.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnunet/gnunet.post-install')
-rw-r--r--community/gnunet/gnunet.post-install16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/gnunet/gnunet.post-install b/community/gnunet/gnunet.post-install
new file mode 100644
index 00000000000..893f8cdc438
--- /dev/null
+++ b/community/gnunet/gnunet.post-install
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+cat << TEXT
+
+ To start GNUnet system services:
+ > sudo rc-service gnunet-system-services start
+
+ To setup GNUnet user services for a regular user:
+ > sudo setup-gnunet-user -u USER
+
+ To start GNUnet user services for 'USER':
+ > sudo rc-service gnunet-USER-services start
+
+TEXT
+
+exit 0