mirror of
https://github.com/YunoHost-Apps/timeoff_ynh.git
synced 2024-09-03 20:35:59 +02:00
fix
This commit is contained in:
parent
0789839034
commit
5059829c8b
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ Group=__APP__
|
||||||
Environment="PATH=__ENV_PATH__"
|
Environment="PATH=__ENV_PATH__"
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
WorkingDirectory=__FINALPATH__/
|
WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=__YNH_NODE__ bin/wwww
|
ExecStart=__YNH_NODE__ bin/wwww
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
"website": "https://timeoff.management/",
|
"website": "https://timeoff.management/",
|
||||||
"demo": "https://demo.example.com",
|
"demo": "https://demo.example.com",
|
||||||
"admindoc": "https://timeoff.management/support/main-page.html",
|
"admindoc": "https://timeoff.management/support/main-page.html",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/timeoff-management/timeoff-management-application"
|
"code": "https://github.com/timeoff-management/timeoff-management-application"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue