1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dato_ynh.git synced 2024-09-03 18:16:33 +02:00

Modified systemd starting message, for more clarity on why it's so long.

This commit is contained in:
squeak 2021-03-11 08:54:09 +01:00
parent c02e7e7784
commit 2c0885db44
4 changed files with 4 additions and 4 deletions

View file

@ -111,7 +111,7 @@ fi
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=40
ynh_script_progression --message="Starting dato app service and building pages..." --weight=60
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port"

View file

@ -239,7 +239,7 @@ yunohost service add $app --description="Data storage with a convenient and flex
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=60
ynh_script_progression --message="Starting dato app service and building pages..." --weight=60
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port"

View file

@ -118,7 +118,7 @@ yunohost service add $app --description="Data storage with a convenient and flex
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=60
ynh_script_progression --message="Starting dato app service and building pages..." --weight=60
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port"

View file

@ -203,7 +203,7 @@ yunohost service add $app --description="Data storage with a convenient and flex
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=60
ynh_script_progression --message="Starting dato app service and building pages..." --weight=60
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port"