2024-12-04 20:46:35 -05:00
|
|
|
[Unit]
|
|
|
|
|
Description=System Health Monitoring Daemon
|
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
2025-11-29 16:04:43 -05:00
|
|
|
Type=oneshot
|
2025-11-25 20:29:52 -05:00
|
|
|
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'))"
|
2024-12-04 20:46:35 -05:00
|
|
|
User=root
|
|
|
|
|
Group=root
|
|
|
|
|
|
|
|
|
|
[Install]
|
2024-12-05 21:26:01 -05:00
|
|
|
WantedBy=multi-user.target
|