summarylogtreecommitdiffstats
path: root/openethereum-user.service
blob: 7724ec1aa8a8d8345d5577dff0518a7e6a0888a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=OpenEthereum Daemon
After=network.target

[Service]
ExecStart=/usr/bin/openethereum
Restart=on-failure

# Specifies which signal to use when killing a service. Defaults to SIGTERM.
# SIGHUP gives openethereum time to exit cleanly before SIGKILL (default 90s)
KillSignal=SIGHUP

[Install]
WantedBy=default.target