1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pagure_ynh.git synced 2024-09-03 19:56:19 +02:00

Fix yunohost integration

This commit is contained in:
yalh76 2022-02-27 23:56:05 +01:00
parent fdc84d84ff
commit c071e402e5

View file

@ -124,7 +124,16 @@ ynh_add_uwsgi_service --service="$app" --template="uwsgi.ini"
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." 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 # START SYSTEMD SERVICE