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