From f29b4dc7bc9c51f6c5809553a1c0803ad81c0a82 Mon Sep 17 00:00:00 2001 From: xavye Date: Wed, 14 Jan 2026 12:58:43 +0000 Subject: [PATCH] Ajouter automated_shutdown/eth-monitor.timer --- automated_shutdown/eth-monitor.timer | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 automated_shutdown/eth-monitor.timer diff --git a/automated_shutdown/eth-monitor.timer b/automated_shutdown/eth-monitor.timer new file mode 100644 index 0000000..70e50b5 --- /dev/null +++ b/automated_shutdown/eth-monitor.timer @@ -0,0 +1,13 @@ +sudo nano /etc/systemd/system/eth-monitor.timer + + +[Unit] +Description=Timer for Ethernet Connection Monitor + +[Timer] +OnBootSec=5min +OnUnitActiveSec=1min +AccuracySec=1s + +[Install] +WantedBy=timers.target \ No newline at end of file