summarylogtreecommitdiffstats
path: root/bn.install
blob: cb5e049f0b3b1843071ff29045b6213cc4310f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
post_install() {
  printf "%b\n" "$obelisk"
}

post_upgrade() {
  post_install
}

read -d '' obelisk <<'EOF'
########################################################################
########################################################################
##                                                                    ##
##  Libbitcoin Node                                                   ##
##  _______________                                                   ##
##                                                                    ##
##  To run:                                                           ##
##                                                                    ##
##      systemctl start bn-init # first run only                      ##
##      systemctl start bn                                            ##
##                                                                    ##
##                                                                    ##
##  Config:        /etc/obelisk/bn/bn.cfg                             ##
##  Blockchain:    /srv/obelisk                                       ##
##  Documentation: /usr/share/doc/libbitcoin-node                     ##
##  Logs:          /var/log/obelisk/bn                                ##
##                                                                    ##
########################################################################
########################################################################
EOF