1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

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

This commit is contained in:
yalh76 2020-12-22 21:35:59 +01:00
parent 2276181983
commit 1c0be61b0c
2 changed files with 2 additions and 2 deletions

View file

@ -253,7 +253,7 @@ chown -R "$app":"$app" "$final_path"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app daemon for Pleroma" --log_type "systemd"
yunohost service add $app --description "$app daemon for Pleroma"
#=================================================
# SETUP SSOWAT

View file

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