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
87b58100e3
commit
01ab678960
1 changed files with 1 additions and 2 deletions
|
@ -7,10 +7,9 @@ After=network.target
|
|||
Type=simple
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
ExecStartPre=__NODEJS__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=__NODE__ __FINALPATH__/server.js | tee /var/log/cryptpad/cryptpad.log
|
||||
ExecStart=__NODE__ server | tee /var/log/cryptpad/cryptpad.log
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue