2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

trigge confd to reconfig ggr by null.ini

This commit is contained in:
kev
2019-11-04 10:46:53 +08:00
parent de4e7df4d0
commit 2011683da5
2 changed files with 67 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
[program:null]
command = sh -c 'while true; do date > /dev/null; sleep 60; done'