mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update systemd.service
This commit is contained in:
parent
ac9f041a38
commit
4007a5d4e9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Group=__APP__
|
|||
ExecStartPre=__NODEJS__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=__NODE__ __FINALPATH__server.js
|
||||
ExecStart=__NODE__ __FINALPATH__/server.js | tee /var/log/cryptpad/cryptpad.log
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue