diff --git a/conf/systemd.service b/conf/systemd.service index 586e2cd..a27f238 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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] diff --git a/manifest.json b/manifest.json index a78ceef..03e84ba 100644 --- a/manifest.json +++ b/manifest.json @@ -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",