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

Update upgrade

This commit is contained in:
yalh76 2021-08-23 21:33:05 +02:00
parent a781ae53ed
commit f771ecbdd0

View file

@ -86,7 +86,8 @@ ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" yunohost service add $app --description="Mailman3 daemon"
yunohost service add "$app-web" --description="Mailman3 web daemon"
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE