Update deploy script and project
This commit is contained in:
16
deploy/systemd.service
Normal file
16
deploy/systemd.service
Normal 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
|
||||
Reference in New Issue
Block a user