Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladostp committed Nov 19, 2020
1 parent 87ed6b7 commit cd4b863
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deployer/archipel/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0

[program:wgresolvdns]
[program:wg-resolv-dns]
priority=4
command=bash -c "sleep 120 && wg-resolv-dns.sh /etc/wireguard/wg0.conf"
command = bash -c "while true; do sleep 120 && wg-resolv-dns.sh /etc/wireguard/wg0.conf; done"
startsecs=5
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
Expand Down

0 comments on commit cd4b863

Please sign in to comment.