bwc-installer/device-health/device-health.service

12 lines
247 B
INI

[Unit]
Description=It get device's health. There is cpu, memory, network up/downlink, network interface, etc.
[Service]
User=root
ExecStart=/usr/local/bin/device-health -mqtt=aws
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target