Update deploy script and project
This commit is contained in:
@ -7,8 +7,7 @@
|
||||
:PROPERTIES:
|
||||
:ID: 578e0c5b-7a6b-de9b-c9b6-b2edbe45ae82
|
||||
:END:
|
||||
|
||||
** STRT Deploy basic check app to mundilfari :project:personal:furnacecheck:deploy:build:
|
||||
** DONE Deploy basic check app to mundilfari :feature::project:personal:furnacecheck:deploy:build:
|
||||
:PROPERTIES:
|
||||
:ID: 6fa2f545-470e-257d-50fd-97a6ee59a859
|
||||
:END:
|
||||
|
||||
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