1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
This commit is contained in:
ericgaspar 2021-08-30 23:37:03 +02:00
parent 6a42df0d2e
commit c43c06811b
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ Environment="PORT=__PORT__"
Environment="PATH=__ENV_PATH__" Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production" Environment="NODE_ENV=production"
WorkingDirectory=__FINALPATH__/ WorkingDirectory=__FINALPATH__/
ExecStart=__NODE_DIR__/node bin/wwww ExecStart=__FINALPATH__ start
Restart=always Restart=always
[Install] [Install]

0
doc/DESCRIPTION.md Normal file
View file