1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00

8 lines
197 B
INI
Raw Normal View History

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