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

Fix service inconsistency

This commit is contained in:
tituspijean 2021-12-26 18:03:31 +01:00
parent fc7e59b45b
commit b3f2fae23a
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

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="/var/log/$app/$app.log"
yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd"
#=================================================
# START SYSTEMD SERVICE