1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Fix services

This commit is contained in:
yalh76 2019-08-06 01:49:29 +02:00
parent 99b6a5a90a
commit 24a9034a66
5 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from"
#=================================================
# END OF SCRIPT

View file

@ -96,7 +96,7 @@ fi
#=================================================
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from"
#=================================================
# RELOAD NGINX

View file

@ -189,7 +189,7 @@ yunohost service add $app --description "$app daemon for Bitwarden" --log "/var/
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from"
#=================================================
# SETUP FAIL2BAN

View file

@ -111,7 +111,7 @@ yunohost service add $app --description "$app daemon for Bitwarden" --log "/var/
#=================================================
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION

View file

@ -215,7 +215,7 @@ fi
#=================================================
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from"
#=================================================
# RELOAD NGINX