To run Tap as a daemon you are encouraged to use supervisor.
To run Tap as a daemon you are encouraged to use supervisor. (Doesn't work natively under windows. You should use cygwin.)
The __supervisord.conf file is there to serve as a sample configuration file for supervisor. You can use it if you find it sufficient. Copy and edit it to change the query.
Here is a sample supervisord.conf file for running tap
```bash
cp __supervisord.conf supervisord.conf
vi supervisord.conf
; Sample supervisor config file for daemonizing the twitter search to mongodb software
[inet_http_server] ; inet (TCP) server disabled by default
port=127.0.0.1:9001 ;(ip_address:port specifier, *:port for all iface)
username=manorastroman ;(default is no username (open server))
password=kingofthedragonmen ;(default is no password (open server))