mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update install
This commit is contained in:
parent
175b11d589
commit
fa211cd756
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ ynh_print_info --message="Starting a systemd service..."
|
|||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Rocket has launched from"
|
||||
if [ "${PACKAGE_CHECK_EXEC:-0}" -eq 1 ]; then
|
||||
ynh_systemd_action --service_name="$app" --action="restart" --log_path="systemd" --line_match="Rocket has launched from"
|
||||
sleep 60
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue