1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/ggr/data/supervisor.d/confd.ini

8 lines
197 B
INI
Raw Normal View History

2019-11-02 22:34:23 +02:00
[program:confd]
command = confd -watch -backend file -file /dev/null
2019-11-04 05:56:46 +02:00
redirect_stderr = true
[program:null]
command = sh -c 'while true; do date > /dev/null; sleep 60; done'
redirect_stderr = true