From 6e4b5959c77a94da053067efabf4621e56c612d6 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 4 Apr 2023 14:25:24 +0300 Subject: [PATCH] tail logs --- docs/INSTALL-centos-9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL-centos-9.md b/docs/INSTALL-centos-9.md index 6b52fd8..5bb1105 100644 --- a/docs/INSTALL-centos-9.md +++ b/docs/INSTALL-centos-9.md @@ -33,7 +33,7 @@ See INSTALL.md mv /home/piku/.piku/uwsgi/uwsgi.ini /etc/uwsgi.d/piku.ini # linking alone increases the host attack service if one can get inside the piku user or one of its apps, so moving is safer chown piku:piku /etc/uwsgi.d/piku.ini # In Tyrant mode (set by default in /etc/uwsgi.ini) the Emperor will run the vassal using the UID/GID of the vassal configuration file systemctl restart uwsgi -journalctl -eu uwsgi # see logs +journalctl -feu uwsgi # see logs ``` ## `nginx` Configuration @@ -43,7 +43,7 @@ journalctl -eu uwsgi # see logs ```bash echo "include /home/piku/.piku/nginx/*.conf;" > /etc/nginx/conf.d/piku.conf systemctl restart nginx -journalctl -eu nginx # see logs +journalctl -feu nginx # see logs ``` ## Set up systemd.path to reload nginx upon config changes