summarylogtreecommitdiffstats
path: root/zeronet.install
diff options
context:
space:
mode:
Diffstat (limited to 'zeronet.install')
-rw-r--r--zeronet.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/zeronet.install b/zeronet.install
index 3a6cb84f6234..bb3ae78d9095 100644
--- a/zeronet.install
+++ b/zeronet.install
@@ -15,9 +15,10 @@ post_install() {
echo ">>> CookieAuthFile /var/lib/tor-auth/control_auth_cookie"
echo ">>> Restart tor (reload not enough):"
echo ">>> sudo systemctl restart tor"
- echo ">>> Run daemon and check status:"
+ echo ">>> Run daemon and check status and view log:"
echo ">>> sudo systemctl start zeronet"
echo ">>> sudo systemctl status zeronet"
+ echo ">>> sudo journalctl -u 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 ..."