summaryrefslogtreecommitdiffstats
path: root/configuration/init/systemd/tedge-watchdog.service
blob: bcea2e94ad21367346137a192fff2ab07e92fa47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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=always
WatchdogSec=30

[Install]
WantedBy=multi-user.target