summaryrefslogtreecommitdiff
path: root/cfg/node-health-monitor.service.in
blob: a28ab39822cc9299110510b14417666409a35aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is for starting the NHM as a daemon with systemd

[Unit]
Description=node-health-monitor to observe system health
Requires=nodestatemanager-daemon.service dlt-daemon.service
After=nodestatemanager-daemon.service dlt-daemon.service

[Service]
Type=notify
ExecStart=@bindir@/node-health-monitor
TimeoutSec=300
WatchdogSec=20

[Install]
WantedBy=basic.target