diff --git a/README.md b/README.md
index 5e33a29..1542403 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
-**Shipped version:** 2.8.4~ynh2
+**Shipped version:** 2.8.4~ynh3
## Documentation and resources
* Official app website:
diff --git a/README_fr.md b/README_fr.md
index c081b2d..0b64d13 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
-**Version incluse :** 2.8.4~ynh2
+**Version incluse :** 2.8.4~ynh3
## Documentations et ressources
* Site officiel de l’app :
diff --git a/manifest.toml b/manifest.toml
index ac06a0f..0a326fd 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Loki + Promtail"
description.en = "Grafana Loki is a set of components that can be composed into a fully featured logging stack."
description.fr = "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète."
-version = "2.8.4~ynh2"
+version = "2.8.4~ynh3"
maintainers = ["fflorent"]
diff --git a/scripts/install b/scripts/install
index eee32e4..3803663 100755
--- a/scripts/install
+++ b/scripts/install
@@ -69,8 +69,8 @@ ynh_use_logrotate
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
-ynh_systemd_action --service_name="$app" --action="start" --log_path="/var/log/$app/loki.log"
-ynh_systemd_action --service_name="$app-promtail" --action="start" --log_path="/var/log/$app/promtail.log"
+ynh_systemd_action --service_name="$app" --action="start" --log_path="/var/log/$app/loki.log" --line_match="Loki started"
+ynh_systemd_action --service_name="$app-promtail" --action="start" --log_path="/var/log/$app/promtail.log" --line_match="server listening on addresses"
#=================================================
# END OF SCRIPT
diff --git a/scripts/restore b/scripts/restore
index ab78921..5ea9c2e 100755
--- a/scripts/restore
+++ b/scripts/restore
@@ -48,8 +48,8 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
-ynh_systemd_action --service_name="$app" --action="start" --log_path="/var/log/$app/loki.log"
-ynh_systemd_action --service_name="$app-promtail" --action="start" --log_path="/var/log/$app/promtail.log"
+ynh_systemd_action --service_name="$app" --action="start" --log_path="/var/log/$app/loki.log" --line_match="Loki started"
+ynh_systemd_action --service_name="$app-promtail" --action="start" --log_path="/var/log/$app/promtail.log" --line_match="server listening on addresses"
#=================================================
# END OF SCRIPT
diff --git a/scripts/upgrade b/scripts/upgrade
index c13f548..32d593d 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -80,8 +80,8 @@ ynh_use_logrotate --non-append
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
-ynh_systemd_action --service_name="$app" --action="start" --log_path="/var/log/$app/loki.log"
-ynh_systemd_action --service_name="$app-promtail" --action="start" --log_path="/var/log/$app/promtail.log"
+ynh_systemd_action --service_name="$app" --action="start" --log_path="/var/log/$app/loki.log" --line_match="Loki started"
+ynh_systemd_action --service_name="$app-promtail" --action="start" --log_path="/var/log/$app/promtail.log" --line_match="server listening on addresses"
#=================================================
# END OF SCRIPT
diff --git a/sources/extra_files/loki-amd64/.gitignore b/sources/extra_files/loki/.gitignore
similarity index 100%
rename from sources/extra_files/loki-amd64/.gitignore
rename to sources/extra_files/loki/.gitignore
diff --git a/sources/extra_files/loki-amd64/merge_yaml.sh b/sources/extra_files/loki/merge_yaml.sh
similarity index 100%
rename from sources/extra_files/loki-amd64/merge_yaml.sh
rename to sources/extra_files/loki/merge_yaml.sh
diff --git a/sources/patches/.gitignore b/sources/patches/.gitignore
deleted file mode 100644
index 783a4ae..0000000
--- a/sources/patches/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*~
-*.sw[op]