Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore

This commit is contained in:
yalh76 2020-12-26 00:23:44 +01:00
parent a16c8d0f4c
commit 7c53ca6dce
3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ ynh_use_logrotate
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app search index daemon" --log_type systemd
yunohost service add $app --description "$app search index daemon"
#=================================================
# START SYSTEMD SERVICE

View file

@ -108,7 +108,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app search index daemon" --log_type systemd
yunohost service add $app --description "$app search index daemon"
#=================================================
# START SYSTEMD SERVICE

View file

@ -172,7 +172,7 @@ ynh_use_logrotate --non-append
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app search index daemon" --log_type systemd
yunohost service add $app --description "$app search index daemon"
#=================================================
# START SYSTEMD SERVICE