summarylogtreecommitdiffstats
path: root/zeronet.install
diff options
context:
space:
mode:
authorredfish2016-03-15 01:00:09 -0500
committerredfish2016-03-15 01:00:09 -0500
commitccce7f2f1d35d94a34fad9b581bcd6ff3872406a (patch)
treeacf52469c3ac5626c3e5e6c38164ade360943b88 /zeronet.install
parent4cc5aa404f98afc21570e66964564d3b61c68f36 (diff)
downloadaur-ccce7f2f1d35d94a34fad9b581bcd6ff3872406a.tar.gz
install: instructions for viewing the log
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 ..."