txthinking / joker

Joker can turn process into daemon. Zero-Configuration

Home Page:https://www.txthinking.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joker

中文

Joker can turn process into daemon.

❤️ A project by txthinking.com

Install via nami

nami install joker

or build from Source

make

Usage

joker: run command as daemon

    <command>     run your command
    last          view pid of last command
    list          show running commands
    log <pid>     view log of command
    stop <pid>    stop a command by SIGTERM
    restart <pid> stop and run again
    help          show help
    version       show version

Example

joker brook server -l :9999 -p password

Where are log files?

All log files are stored in $HOME/.joker based on PID

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.

Auto start command at boot

You may like txthinking/jinbe

License

Licensed under The GPLv3 License

About

Joker can turn process into daemon. Zero-Configuration

https://www.txthinking.com

License:GNU General Public License v3.0


Languages

Language:C 92.1%Language:Shell 6.4%Language:Makefile 1.5%