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-11-29 21:59:50 +01:00
parent 0789839034
commit 5059829c8b
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@ Group=__APP__
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
WorkingDirectory=__FINALPATH__/
ExecStart=__YNH_NODE__ bin/wwww
ExecStart=__YNH_NODE__ bin/wwww
Restart=always
[Install]

View file

@ -12,7 +12,6 @@
"website": "https://timeoff.management/",
"demo": "https://demo.example.com",
"admindoc": "https://timeoff.management/support/main-page.html",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/timeoff-management/timeoff-management-application"
},
"license": "MIT",