Joker can turn binary program into daemon, such as golang program.
Install via nami
$ nami install github.com/txthinking/joker
or build from Source
$ make
$ make install
joker: run command in background daemon
<command> run your command
list [-a] show running commands
stop <pid> stop a command
log <pid> view log of command
clean clean stopped commands
help show help
version show version
$ joker brook server -l :9999 -p password
There are many tools, such as systemd, supervisord, etc. But I need a simple, small, clean, no configuration tool. Joker does not depend on systemd.
Licensed under The GPLv3 License