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:
parent
542e42a9af
commit
d8d9ce7a0f
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue