1
0
Fork 0
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:
frju365 2018-04-17 10:34:21 +02:00 committed by GitHub
parent aa5ad29156
commit e4e1aa18db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Group=__APP__
ExecStartPre=__NODEJS__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
ExecStart=__NODE__ server.js | tee /var/log/__APP__/__APP__.log
ExecStart=__NODE__ server | tee /var/log/__APP__/__APP__.log
Restart=always
[Install]