From 0239d64ec3744763c76d4ffb8ee07edb48c00d01 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 25 Nov 2025 20:29:52 -0500 Subject: [PATCH 1/2] Update hwmon.service --- hwmon.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwmon.service b/hwmon.service index 5464545..98fbd3d 100644 --- a/hwmon.service +++ b/hwmon.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=simple -ExecStart=/usr/bin/env python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.110:3000/JWS/hwmonDaemon/raw/branch/main/hwmonDaemon.py').read().decode('utf-8'))" +ExecStart=/usr/bin/env python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmonDaemon.py').read().decode('utf-8'))" Restart=always User=root Group=root From 9dc3b60a7374f9a8621e22ec104fcfea6683c001 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sat, 29 Nov 2025 16:04:43 -0500 Subject: [PATCH 2/2] Update hwmon.service --- hwmon.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hwmon.service b/hwmon.service index 98fbd3d..6ecd647 100644 --- a/hwmon.service +++ b/hwmon.service @@ -3,9 +3,8 @@ Description=System Health Monitoring Daemon After=network.target [Service] -Type=simple +Type=oneshot ExecStart=/usr/bin/env python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmonDaemon.py').read().decode('utf-8'))" -Restart=always User=root Group=root