1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/ggr/data/supervisor.d/confd.ini
2019-11-04 11:59:11 +08:00

8 lines
197 B
INI

[program:confd]
command = confd -watch -backend file -file /dev/null
redirect_stderr = true
[program:null]
command = sh -c 'while true; do date > /dev/null; sleep 60; done'
redirect_stderr = true