1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

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

This commit is contained in:
yalh76 2020-12-22 20:38:45 +01:00
parent 9de72d9d84
commit 8fedbed7d2
3 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ chown -R $app: $final_path
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app daemon for Syncthing" --log_type "systemd"
yunohost service add $app --description "$app daemon for Syncthing"
#=================================================
# START SYSTEMD SERVICE

View file

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

View file

@ -180,7 +180,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app daemon for Syncthing" --log_type "systemd"
yunohost service add $app --description "$app daemon for Syncthing"
#=================================================
# GENERIC FINALIZATION