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

Start service with line match

This commit is contained in:
Krakinou 2022-11-25 17:43:29 +01:00
parent 09d14c8bc4
commit 476c276bbd
3 changed files with 3 additions and 3 deletions

View file

@ -204,7 +204,7 @@ yunohost service add $app --description="Zwave integration in domoticz" --log="/
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="/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"
#=================================================
# SETUP FAIL2BAN

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
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
yunohost service add $app --description="Zwave integration in domoticz" --line_match="Listening on port" -t 30 --log="/var/log/$app/$app.log"
#=================================================
# GENERIC FINALIZATION

View file

@ -176,7 +176,7 @@ yunohost service add $app --description="Zwave integration in domoticz" --log="/
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/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"
#=================================================
# UPGRADE FAIL2BAN