diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 05:25:39 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 05:25:39 +0200 |
| commit | a1627ac743289e768b138f1a60753a62e0869cc4 (patch) | |
| tree | 92ab373442943f621bb26b3b284bb1da90e2923a /unix/sys/shutdown_watchdog | |
| parent | fdb0eb921205c34fb6ff5728727a097767ffae5a (diff) | |
| download | dotfiles-a1627ac743289e768b138f1a60753a62e0869cc4.tar.gz dotfiles-a1627ac743289e768b138f1a60753a62e0869cc4.zip | |
Update/Overhaul
Diffstat (limited to 'unix/sys/shutdown_watchdog')
| -rwxr-xr-x | unix/sys/shutdown_watchdog | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/unix/sys/shutdown_watchdog b/unix/sys/shutdown_watchdog deleted file mode 100755 index 79bc7bf..0000000 --- a/unix/sys/shutdown_watchdog +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -LOGFILE="/tmp/shutdown_watchdog.log" - -while true; do - echo "--- $(date) ---" >> "$LOGFILE" - uptime >> "$LOGFILE" - sensors >> "$LOGFILE" 2>/dev/null - acpi -V >> "$LOGFILE" 2>/dev/null - sleep 10 -done |
