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

Merge branch '2.98' of https://github.com/yalh76/wekan_ynh into 2.98

This commit is contained in:
yalh76 2019-07-11 20:01:57 +02:00
commit 4418c9687a
5 changed files with 6 additions and 6 deletions

View file

@ -36,7 +36,7 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name)
#=================================================
# STOP SYSTEMD SERVICE
#=================================================
ynh_print_info --message="Stopping a systemd service..."
ynh_print_info --message="Stopping $app service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
@ -73,7 +73,7 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_print_info --message="Starting a systemd service..."
ynh_print_info --message="Starting $app service..."
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started Wekan, task board"
sleep 30

View file

@ -54,7 +54,7 @@ fi
#=================================================
# STOP SYSTEMD SERVICE
#=================================================
ynh_print_info --message="Stopping a systemd service..."
ynh_print_info --message="Stopping $app service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"

View file

@ -167,7 +167,7 @@ yunohost service add $app
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_print_info --message="Starting a systemd service..."
ynh_print_info --message="Starting $app service..."
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Meteor APM: completed instrumenting the app"

View file

@ -115,7 +115,7 @@ yunohost service add $app
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_print_info --message="Starting a systemd service..."
ynh_print_info --message="Starting $app service..."
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started Wekan, task board"
sleep 30

View file

@ -142,7 +142,7 @@ path_url=$(ynh_normalize_url_path --path_url=$path_url)
#=================================================
# STOP SYSTEMD SERVICE
#=================================================
ynh_print_info --message="Stopping a systemd service..."
ynh_print_info --message="Stopping $app service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"