Skip to content

v0.3.8

Compare
Choose a tag to compare
@kiyonlin kiyonlin released this 28 Oct 08:59
· 131 commits to main since this release

🔥 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.