Fix systemd

This commit is contained in:
yalh76
2020-01-08 01:06:00 +01:00
parent 9c851b39cb
commit efea127bc4
5 changed files with 9 additions and 9 deletions

View File

@@ -169,7 +169,7 @@ yunohost service add $app --description "$app daemon for Wiki.js" --log_type sys
# START SYSTEMD SERVICE
#=================================================
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP Server:"
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="HTTP Server:"
#=================================================
# SETUP SSOWAT