summarylogtreecommitdiffstats
path: root/bs.service
blob: 2ba2ad5d05eabd35e80aceca9841f0c5255fd084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Libbitcoin server: a full Bitcoin node in the global peer-to-peer network
Conflicts=bsinit.service

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

[Install]
WantedBy=multi-user.target