1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix services start 2

This commit is contained in:
yalh76 2019-02-03 23:34:48 +01:00
parent f4917a67b4
commit d5e0b86fc7
3 changed files with 3 additions and 3 deletions

View file

@ -335,4 +335,4 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="complete setup" ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:"

View file

@ -146,4 +146,4 @@ chown -R "$app":"$app" "/var/log/$app"
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection: [ OK ]" ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:"

View file

@ -203,4 +203,4 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection: [ OK ]" ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:"