1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/ggr-ui/data/supervisor.d/confd.ini
2019-11-11 23:42:43 +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