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