From c071e402e52034e8dbfaff9ffb5ecc91e7be5b2f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 27 Feb 2022 23:56:05 +0100 Subject: [PATCH] Fix yunohost integration --- scripts/restore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 70734f7..3325a31 100644 --- a/scripts/restore +++ b/scripts/restore @@ -124,7 +124,16 @@ ynh_add_uwsgi_service --service="$app" --template="uwsgi.ini" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --log="/var/log/$app/$app.log" +yunohost service add ${app}_authorized_keys_worker +yunohost service add ${app}_ci +#yunohost service add ${app}_ev_server +yunohost service add ${app}_gitolite_worker +yunohost service add ${app}_loadjson +yunohost service add ${app}_logcom +#yunohost service add ${app}_milters +yunohost service add ${app}_mirror +yunohost service add ${app}_webhook +yunohost service add ${app}_worker #================================================= # START SYSTEMD SERVICE