Fix journalctl for ynh_systemd_action
This commit is contained in:
parent
57e51d7eb6
commit
0d1eaeecc4
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user