13 lines
311 B
INI
13 lines
311 B
INI
# blonk.service -- version: "28-Feb-2020"
|
|
# See https://github.com/ondsinet/chip/tree/master/Programs/blonk
|
|
[Unit]
|
|
Description=Monitors and Reports sensors on the C.H.I.P. such as battery, temp etc
|
|
After=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/blonk.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|