Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
Mar 24, 2020
log
Aug 10, 2019
Aug 11, 2019
Aug 10, 2019
May 13, 2020
Aug 11, 2019
Mar 24, 2020
Mar 24, 2020
Mar 24, 2020
May 13, 2020
Mar 24, 2020

readme.md

Joker

Joker can turn binary program into daemon, such as c, golang, rust and other languages program.

Install via nami

$ nami install github.com/txthinking/joker

or build from Source

$ make

Usage

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

Example

$ joker brook server -l :9999 -p password

Why

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.

License

Licensed under The GPLv3 License

You can’t perform that action at this time.