1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00
This commit is contained in:
Krakinou 2022-11-25 23:21:29 +01:00
parent 476c276bbd
commit fae469cfb1

View file

@ -126,7 +126,7 @@ yunohost service add $app --description="Zwave integration in domoticz" --log="/
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
yunohost service add $app --description="Zwave integration in domoticz" --line_match="Listening on port" -t 30 --log="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --line_match="Listening on port" -t 30 --log_path="/var/log/$app/$app.log"
#=================================================
# GENERIC FINALIZATION