1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00

Fix line_match

This commit is contained in:
Salamandar 2024-07-01 17:14:47 +02:00
parent 8220286b33
commit 7e2a1bdcc2
3 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ chown -R _biboumi:_biboumi "/var/log/$app"
ynh_script_progression --message="Starting $app's systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name="$app" --action="start" --line_match="Started Biboumi" --log_path="systemd"
ynh_systemd_action --service_name="$app" --action="start" --line_match="Authenticated with the XMPP server" --log_path="/var/log/$app/$app.log"
#=================================================
# END OF SCRIPT

View file

@ -56,7 +56,7 @@ chown -R _biboumi:_biboumi "/var/log/$app"
#=================================================
ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1
ynh_systemd_action --service_name="$app" --action="start" --line_match="Started Biboumi" --log_path="systemd"
ynh_systemd_action --service_name="$app" --action="start" --line_match="Authenticated with the XMPP server" --log_path="/var/log/$app/$app.log"
#=================================================
# END OF SCRIPT

View file

@ -55,7 +55,7 @@ chown -R _biboumi:_biboumi "/var/log/$app"
#=================================================
ynh_script_progression --message="Starting $app's systemd service..." --weight=1
ynh_systemd_action --service_name="$app" --action="start" --line_match="Started Biboumi" --log_path="systemd"
ynh_systemd_action --service_name="$app" --action="start" --line_match="Authenticated with the XMPP server" --log_path="/var/log/$app/$app.log"
#=================================================
# END OF SCRIPT