2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
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