mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Add sleep
This commit is contained in:
parent
16e0f35be9
commit
10811f23ad
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ yunohost service add $app --description "$app daemon for Bitwarden" --log "/var/
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from"
|
||||
sleep 60
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE LOGROTATE CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue