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:
parent
fdc84d84ff
commit
c071e402e5
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue