v0.3.8
🔥 New
- Add daemon mode
🌶️ Notice
go run
won't work in daemon mode- Please use
go build
to build a binary and run it
📔 Usage
Set daemon options in config.toml
[Daemon]
Enable = true
Tries = 10
StdoutLogFile = "./daemon.log"
StderrLogFile = "./daemon.err"
And reference example for more details.