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

View File

@ -7,8 +7,7 @@
:PROPERTIES: :PROPERTIES:
:ID: 578e0c5b-7a6b-de9b-c9b6-b2edbe45ae82 :ID: 578e0c5b-7a6b-de9b-c9b6-b2edbe45ae82
:END: :END:
** DONE Deploy basic check app to mundilfari :feature::project:personal:furnacecheck:deploy:build:
** STRT Deploy basic check app to mundilfari :project:personal:furnacecheck:deploy:build:
:PROPERTIES: :PROPERTIES:
:ID: 6fa2f545-470e-257d-50fd-97a6ee59a859 :ID: 6fa2f545-470e-257d-50fd-97a6ee59a859
:END: :END:

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