[Unit] Description=System Health Monitoring Daemon After=network.target [Service] 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'))" User=root Group=root [Install] WantedBy=multi-user.target