summarylogtreecommitdiffstats
path: root/bs.service
diff options
context:
space:
mode:
Diffstat (limited to 'bs.service')
-rw-r--r--bs.service10
1 files changed, 5 insertions, 5 deletions
diff --git a/bs.service b/bs.service
index 2ba2ad5d05ea..751baa081580 100644
--- a/bs.service
+++ b/bs.service
@@ -1,12 +1,12 @@
[Unit]
-Description=Libbitcoin server: a full Bitcoin node in the global peer-to-peer network
-Conflicts=bsinit.service
+Description=Bitcoin Server: a Bitcoin full node and query server
+Conflicts=bs-init.service bn-init.service bn.service
[Service]
Type=simple
-User=bs
-Group=bs
-ExecStart=/usr/bin/bs /etc/bs/bs.cfg
+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