summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2016-03-14 23:57:12 -0500
committerredfish2016-03-14 23:57:12 -0500
commit50da6a751e363ff40ba15d18af6e4a08ed2199bf (patch)
tree94cf68985e4da7841f14b1a91c34725920ce4fd0
parent1ee795a1ec4e18f342757345f8648b05b04bf8d7 (diff)
downloadaur-50da6a751e363ff40ba15d18af6e4a08ed2199bf.tar.gz
install: instructions about ops as user zeronet
-rw-r--r--zeronet.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/zeronet.install b/zeronet.install
index 9ad953c40eba..1c38d0b68225 100644
--- a/zeronet.install
+++ b/zeronet.install
@@ -19,6 +19,10 @@ post_install() {
echo ">>> Run daemon and check status:"
echo ">>> sudo systemctl start zeronet"
echo ">>> sudo systemctl status zeronet"
+ echo ">>> NOTE: all operations including editing zerosite files,"
+ echo ">>> should be done as user zeronet (one of the following ways):"
+ echo ">>> sudo -u zeronet python2 zeronet.py ..."
+ echo ">>> sudo su - zeronet"
}
post_upgrade() {