summarylogtreecommitdiffstats
path: root/btc-rpc-explorer.service
blob: 0131246bbfc70cce15db479d7ac57d131da0c628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Simple, database-free Bitcoin blockchain explorer, via RPC to Bitcoin Core
Wants=network.target
Documentation=https://github.com/janoside/btc-rpc-explorer

[Service]
Type=simple
User=btc-rpc-explorer
Group=btc-rpc-explorer
WorkingDirectory=/var/lib/btc-rpc-explorer
EnvironmentFile=/etc/default/btc-rpc-explorer
ExecStart=btc-rpc-explorer
KillSignal=SIGINT
Restart=on-failure

[Install]
WantedBy=multi-user.target