Send an email after a certain amount of error
[stakingWatchdog.git] / doc / staking_watchdog.service
1 [Unit]
2 Description=staking_watchdog
3
4 [Service]
5 User=gburri
6 WorkingDirectory=/home/gburri/staking_watchdog
7 ExecStart=/home/gburri/staking_watchdog/staking_watchdog
8 SyslogIdentifier=staking_watchdog
9 Restart=always
10 RestartSec=10
11 KillSignal=SIGINT
12
13 [Install]
14 WantedBy=default.target
15