Skip to content
Filip Halas edited this page Apr 3, 2014 · 10 revisions

Due to the current lack of support in Go for daemonization, you will have to use another Unix tool to run Gomatch in the background.

There are many tools available for Unix based operating systems. To list a few:

  • screen
  • nohup

Sample run using nohup:

nohup gomatch > foo.out 2> foo.err < input.log &
Clone this wiki locally