1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00

Fix systemd service

This commit is contained in:
Tagadda 2022-03-10 19:05:27 +00:00
parent d012a02abb
commit 2f83dd3e01
3 changed files with 1 additions and 5 deletions

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NPM_ start:prod
ExecStart=__YNH_NPM__ start:prod
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit

View file

@ -1,2 +0,0 @@
*~
*.sw[op]

View file

@ -1,2 +0,0 @@
*~
*.sw[op]