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

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
#=================================================
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

View file

@ -143,7 +143,7 @@ systemctl reload nginx
# 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

View file

@ -201,7 +201,7 @@ systemctl reload nginx
# 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