diff --git a/scripts/install b/scripts/install index 4a35df8..4d60f97 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index cc8ef1a..f8692d7 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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