bwc-installer/heartbeat/device-heartbeat.service

12 lines
190 B
INI
Raw Permalink Normal View History

2023-09-11 01:56:25 +00:00
[Unit]
2024-01-03 04:47:50 +00:00
Description=It send heatbeat to BlokWorks.
2023-09-11 01:56:25 +00:00
[Service]
User=root
2024-01-03 04:47:50 +00:00
ExecStart=/usr/local/bin/device-heartbeat -mqtt=aws
2023-09-11 01:56:25 +00:00
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target