Creation of hwmonDaemon and service files

This commit is contained in:
2024-12-04 20:46:35 -05:00
commit 8e5cda287d
3 changed files with 367 additions and 0 deletions

13
hwmon.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=System Health Monitoring Daemon
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/env python3 -c "import urllib.request; exec(urllib.request.urlopen('https://10.10.10.58/JWS/hwmonDaemon/raw/branch/main/hwmonDaemon.py').read().decode('utf-8'))"
Restart=always
User=root
Group=root
[Install]
WantedBy=multi-user.target