summarylogtreecommitdiffstats
path: root/bs.service
blob: 53c4ea27fd5cf939fa89c3f1ab419ae8c470569c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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
MemoryDenyWriteExecute=true
NoNewPrivileges=true
PrivateDevices=true
PrivateTmp=true
ProtectSystem=full
SystemCallArchitectures=native

[Install]
WantedBy=multi-user.target