1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Fix service start detection in restore

This commit is contained in:
tituspijean 2023-04-20 22:29:29 +02:00
parent ca7bbfe85a
commit 2aead9301b
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -73,7 +73,7 @@ yunohost service add $app --description="Dendrite Matrix homeserver" --log="/var
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --line_match="Cleaning old notifications" --log_path="systemd"
ynh_systemd_action --service_name=$app --action="start" --line_match="Starting external listener" --log_path="systemd"
#=================================================
# GENERIC FINALIZATION