mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Fix ynh_systemd_action
This commit is contained in:
parent
6b06259a69
commit
ff1f5fb35d
2 changed files with 2 additions and 2 deletions
|
@ -322,4 +322,4 @@ systemctl reload nginx
|
|||
# START SERVICE
|
||||
#=================================================
|
||||
|
||||
ynh_systemd_action --action=start --service_name=$app
|
||||
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:"
|
||||
|
|
|
@ -143,4 +143,4 @@ chown -R "$app":"$app" "/var/log/$app"
|
|||
# START SERVICE
|
||||
#=================================================
|
||||
|
||||
ynh_systemd_action --action=start --service_name=$app
|
||||
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:"
|
||||
|
|
Loading…
Reference in a new issue