summarylogtreecommitdiffstats
path: root/bn.service
blob: 0d8375b8f7683ea54f6b7a5eea149fd7bf072159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Bitcoin Node: a Bitcoin full node
Conflicts=bn-init.service bs-init.service bs.service

[Service]
Type=simple
User=obelisk
Group=obelisk
ExecStart=/usr/bin/bn /etc/obelisk/bn/bn.cfg
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
ExecStop=/usr/bin/kill -s SIGINT $MAINPID

[Install]
WantedBy=multi-user.target