diff --git a/automated_shutdown/read.md b/automated_shutdown/read.md index 76cf544..0d100f6 100644 --- a/automated_shutdown/read.md +++ b/automated_shutdown/read.md @@ -3,7 +3,7 @@ This is because AscoetPi is connection to the router through a switch which is p Crée un fichier /etc/systemd/system/eth-monitor.service : -
sudo nano /etc/systemd/system/eth-monitor.servicesudo nano /etc/systemd/system/eth-monitor.service
Colle ce contenu :
@@ -25,7 +25,7 @@ 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 :
-sudo nano /etc/systemd/system/eth-monitor.timer
+sudo nano /etc/systemd/system/eth-monitor.timer
Colle ce contenu :