12 lines
186 B
SYSTEMD
12 lines
186 B
SYSTEMD
|
[Unit]
|
||
|
Description=Listen to BLE Sensor Broacasts
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/opt/ble-sensors/ble-sensors listen
|
||
|
Restart=Always
|
||
|
RestartSec=5s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|