diff options
author | alifeee <alifeee.web@outlook.com> | 2025-02-12 10:55:15 +0000 |
---|---|---|
committer | alifeee <alifeee.web@outlook.com> | 2025-02-12 10:55:15 +0000 |
commit | 2328376182e3dea74c10eaeaa7f14841030342a0 (patch) | |
tree | ed4e562daebc662bf4b04010ec271b8dfd800bce /docs | |
parent | b7e65e8ac592728290c7224c7310818c031d7b71 (diff) |
start locally as `gathio` user
Diffstat (limited to 'docs')
-rw-r--r-- | docs/running-gathio/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 ``` |