From 5059829c8b54e7c88677b67424c1b7942cc5e6b8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 29 Nov 2021 21:59:50 +0100 Subject: [PATCH] fix --- conf/systemd.service | 2 +- manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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",