mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Try something to see if it works better \o/ :D
This commit is contained in:
parent
c4863eb582
commit
24c98ce447
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ User=__APP__
|
|||
Group=__APP__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=__NODE__/node server | tee /var/log/__APP__/cryptpad.log
|
||||
ExecStart=__NODE__/node server.js | tee /var/log/__APP__/cryptpad.log
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue