This commit is contained in:
ericgaspar
2021-08-25 19:20:45 +02:00
parent 8f20c7eb92
commit 93f7939930
3 changed files with 4 additions and 8 deletions

View File

@ -102,7 +102,7 @@ yunohost service add $app --description="Simple, private file sharing" --log="/v
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP Server listening"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================
# GENERIC FINALIZATION