1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Drop log_type in service add

This commit is contained in:
tituspijean 2022-01-27 21:38:13 +01:00
parent 542e42a9af
commit d8d9ce7a0f
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
3 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ ynh_add_systemd_config
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd"
yunohost service add $app --description="Low-code programming for event-driven applications"
#=================================================
# START SYSTEMD SERVICE

View file

@ -86,7 +86,7 @@ systemctl enable $app.service --quiet
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd"
yunohost service add $app --description="Low-code programming for event-driven applications"
#=================================================
# START SYSTEMD SERVICE

View file

@ -215,7 +215,7 @@ chmod a-w "$final_path/data/settings.js"
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd"
yunohost service add $app --description="Low-code programming for event-driven applications"
#=================================================
# START SYSTEMD SERVICE