diff --git a/automated_shutdown/read.md b/automated_shutdown/read.md
index 6e5c625..4fd0dec 100644
--- a/automated_shutdown/read.md
+++ b/automated_shutdown/read.md
@@ -6,7 +6,7 @@ Crée un fichier /etc/systemd/system/eth-monitor.service :
sudo nano /etc/systemd/system/eth-monitor.service
Colle ce contenu :
-
+
[Unit]
Description=Ethernet Connection Monitor
@@ -24,8 +24,6 @@ TimeoutStopSec=5
[Install]
WantedBy=multi-user.target
-
-
c. Créer le timer systemd pour déclencher l’extinction
Crée un fichier /etc/systemd/system/eth-monitor.timer :