Update hwmon.service

This commit is contained in:
2025-11-29 16:04:43 -05:00
parent 0239d64ec3
commit 9dc3b60a73

View File

@ -3,9 +3,8 @@ Description=System Health Monitoring Daemon
After=network.target After=network.target
[Service] [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'))" 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 User=root
Group=root Group=root