deploy
This commit is contained in:
parent
55c39a5975
commit
476fd35f26
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ Description=Lightning Pub Service
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=$(which npm) start
|
ExecStart=/bin/bash -c 'source ${USER_HOME}/.nvm/nvm.sh && npm start'
|
||||||
WorkingDirectory=${USER_HOME}/lightning_pub
|
WorkingDirectory=${USER_HOME}/lightning_pub
|
||||||
User=$(whoami)
|
User=$(whoami)
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue