Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/txthinking/joker

Joker can turn process into daemon. Zero-Configuration
https://github.com/txthinking/joker

background c command daemon golang joker linux process zero-configuration

Last synced: 3 days ago
JSON representation

Joker can turn process into daemon. Zero-Configuration

Awesome Lists containing this project

README

        

# Joker

Joker can turn process into daemon.

❤️ A project by [txthinking.com](https://www.txthinking.com)

### Install via [nami](https://github.com/txthinking/nami)

```
nami install joker
```

or build from Source

```
make
```

### Usage

joker: run command as daemon

run your command
last view pid of last command
list show running commands
log view log of command
stop stop a command by SIGTERM
restart 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](https://github.com/txthinking/jinbe)

## License

Licensed under The GPLv3 License