aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/db.sh
blob: e3529058937bf3619dffb4bc5bb82c5cd198dba4 (plain)
1
2
3
4
5
6
#!/bin/bash
#simple script to daemonize the database
#to kill use kill $(cat db.pid)
./pgweb_linux_amd64 -s --bookmark=investorsdb --bind="192.168.9.70" > db.log & echo $! > db.pid
disown