ble-sensors/ble-sensors.service
Jeffrey C. Ollie 595d8b0cd1
All checks were successful
continuous-integration/drone/push Build is passing
work
2020-10-05 13:25:09 -05:00

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