Skip to content

goarchiver/joker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joker

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

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

About

Joker can turn binary program into daemon, such as golang program.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%