Delete `supervisord` config for `Consul`.

This commit is contained in:
Kazuhiro MUSASHI 2022-12-18 21:11:39 +09:00
parent bde351eb5f
commit 6f48a84591
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
[program:consul]
command=/usr/local/bin/consul agent -pid-file /var/run/consul.pid -config-dir=/etc/consul.d
stdout_logfile=/var/log/supervisor/consul.log
environment=GOMAXPROC="2"
redirect_stderr=true
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=5
autorestart=true
stopsignal=TERM