aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLiam <[email protected]>2021-01-05 04:56:47 +0000
committerGitHub <[email protected]>2021-01-05 04:56:47 +0000
commit05137aad9cbd5dea49090f4f9663b33bd13daa2d (patch)
tree4688bdd6a7cddaf2777bb945a163627a79973207 /docs
parentMerge pull request #232 from Biyoni/patch-1 (diff)
downloadhost.fuwn.me-05137aad9cbd5dea49090f4f9663b33bd13daa2d.tar.xz
host.fuwn.me-05137aad9cbd5dea49090f4f9663b33bd13daa2d.zip
Update systemd.md
Diffstat (limited to 'docs')
-rw-r--r--docs/systemd.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/systemd.md b/docs/systemd.md
index 6700bb8..8804573 100644
--- a/docs/systemd.md
+++ b/docs/systemd.md
@@ -6,6 +6,10 @@ You will need to edit the parameters:
- `WorkingDirectory` to the **FULL** path to your chibisafe, `/home/chibisafe/chibisafe` for example.
- `EnvironmentFile` the same as the above, with the addition of `/.env`, `/home/chibisafe/chibisafe/.env`
+### If you are using n/nvm you will also need to update the path to npm in `ExecStart`
+- For n this will likely be `/home/username/n/bin/npm`
+- You can also find this by running `whereis npm` in your terminal and copy the path from the output.
+
Example below.
```[Unit]