Fix journalctl for ynh_systemd_action

This commit is contained in:
yalh76 2019-02-21 19:10:42 +01:00
parent 57e51d7eb6
commit 0d1eaeecc4
3 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="Browse to http://localhost" ynh_systemd_action --action=start --service_name=$app --line_match="Browse to http://localhost" --log_path=systemd
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT

View File

@ -143,7 +143,7 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:" ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:" --log_path=systemd
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT

View File

@ -201,7 +201,7 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:" ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:" --log_path=systemd
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT