Update hwmon.service
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user