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

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

[Install]
WantedBy=multi-user.target