projects
/
stakingWatchdog.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Send an email in case of error
[stakingWatchdog.git]
/
doc
/
staking_watchdog.service
1
[Unit]
2
Description=staking_watchdog
3
4
[Service]
5
WorkingDirectory=/home/gburri/staking_watchdog
6
ExecStart=/home/gburri/staking_watchdog/staking_watchdog
7
SyslogIdentifier=staking_watchdog
8
Restart=always
9
RestartSec=10
10
KillSignal=SIGINT
11
12
[Install]
13
WantedBy=default.target
14