test3/heartbeat/device-heartbeat.service

12 lines
166 B
INI
Raw Normal View History

2023-09-11 01:56:25 +00:00
[Unit]
Description=DeviceHearthBeat
[Service]
User=root
ExecStart=/usr/local/bin/device-heartbeat
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target