Update deploy script and project

This commit is contained in:
2025-12-18 21:14:56 -05:00
parent c0bd1f4e13
commit 66ffc5f747
2 changed files with 17 additions and 2 deletions

16
deploy/systemd.service Normal file
View File

@ -0,0 +1,16 @@
[Unit]
Description=Furnace Red Light Monitor
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/furnacecheck
Restart=always
RestartSec=5
User=root
WorkingDirectory=/usr/local/bin
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target