1
0
Fork 0
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:
yalh76 2019-02-02 00:55:00 +01:00
parent 6b06259a69
commit ff1f5fb35d
2 changed files with 2 additions and 2 deletions

View file

@ -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:"

View file

@ -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:"