From 2328376182e3dea74c10eaeaa7f14841030342a0 Mon Sep 17 00:00:00 2001 From: alifeee Date: Wed, 12 Feb 2025 10:55:15 +0000 Subject: start locally as `gathio` user --- docs/running-gathio/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/running-gathio/installation.md b/docs/running-gathio/installation.md index 6d8347a..59f458d 100644 --- a/docs/running-gathio/installation.md +++ b/docs/running-gathio/installation.md @@ -74,9 +74,9 @@ sudo systemctl daemon-reload Finally, we can start `gathio`: ```bash -# start locally in terminal +# start locally in terminal as gathio user cd /srv/gathio -/usr/bin/pnpm start +sudo -u gathio /usr/bin/pnpm start # start service to run in background sudo systemctl start gathio ``` -- cgit v1.2.3