ble-sensors/ble-sensors.service

12 lines
186 B
SYSTEMD
Raw Permalink Normal View History

2020-10-05 13:25:09 -05:00
[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