changed daemon info authored by Janez K's avatar Janez K
......@@ -19,10 +19,10 @@ Alternatively you can see the status like this
supervisorctl status
```
Or see the tail of the logs (log file locations can be setup in supervisord.conf, default is ./temp/)
Or see the tail of the logs (log file locations can be setup in supervisord.conf)
```bash
supervisorctl tail search
supervisorctl tail tap
```
Whenever you feel like shutting it down
......
......