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
cc996fc335
commit
5924746a74
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=__NODE__ server | tee /var/log/cryptpad/cryptpad.log
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=/bin/sh -c 'node server' | tee /var/log/cryptpad/cryptpad.log
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue