Skip to content

Commit

Permalink
fix the dnsmasq, run in foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
ksopyla committed Nov 28, 2015
1 parent 5a6b548 commit 688d529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ stderr_logfile=/var/log/supervisor/%(program_name)s.log
autorestart=true

[program:dnsmasq]
command=/usr/sbin/dnsmasq
command=/usr/sbin/dnsmasq -k
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
autorestart=true
user=root

0 comments on commit 688d529

Please sign in to comment.