2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 20:14:56 +01:00
Files
dockerfiles_vimagick/ggr/data/supervisor.d/null.ini
2019-11-04 10:46:53 +08:00

3 lines
81 B
INI

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