mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #1249 from cryptpad/node-path
change NodeJS path to match new recommended installation method
This commit is contained in:
commit
67ffe7fd6f
@ -2,7 +2,7 @@
|
||||
Description=CryptPad API server
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/cryptpad/.nvm/versions/node/v19.8.1/bin/node /home/cryptpad/cryptpad/server.js
|
||||
ExecStart=/usr/bin/node /home/cryptpad/cryptpad/server.js
|
||||
# modify to match the location of your cryptpad repository
|
||||
WorkingDirectory=/home/cryptpad/cryptpad
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user