if you want to start a process in background, Then you should checkout daemonize. Works on unix style systems.
daemonize --program python3 --args app.py --name pythonapp
daemonize --program godoc --args -http:=6060
daemonize --show
daemonize --name pythonapp --kill.
daemonize --kill --name test
go build in repo directory builds the binary
+-------+------+-------+----------+---------+
| PID | NAME | CPU | MEMORY | DISK |
+-------+------+-------+----------+---------+
| 63085 | test | 12.9% | 154.4 MB | unknown |
+-------+------+-------+----------+---------+
wget -qO- https://raw.githubusercontent.com/haibeey/daemonize/master/install/install.sh | bash