summaryrefslogtreecommitdiffstats
path: root/configuration/init/systemd/tedge-watchdog.service
blob: 43db63fc3384ef781123b3529d718900d4d5c783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=tedge-watchdog: Checks the health of all thin-edge.io services
After=syslog.target network.target mosquitto.service
StartLimitIntervalSec=0

[Service]
Type=notify
ExecStart=/usr/bin/tedge_watchdog
Restart=on-failure

[Install]
WantedBy=multi-user.target