Skip to content

Commit

Permalink
supervisord deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshinx committed Aug 21, 2013
1 parent f87c1fd commit 59a7bd0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,24 @@ screenshot



## Deployment

Deployment in productive supervisord highly recommended.

```
[program:godns]
command=/usr/local/bin/godns -c /etc/godns.conf
autostart=true
autorestart=true
user=root
stdout_logfile_maxbytes = 50MB
stdoiut_logfile_backups = 20
stdout_logfile = /var/log/godns.log
```


## TODO

* The redis cache backend
Expand Down

0 comments on commit 59a7bd0

Please sign in to comment.