DEBSOURCES
Skip Quicknav
sources / grok / 1.20110708.1-4.1 / samples / execrestart.grok
12345678910
program { exec "date" { restart-on-exit: true minimum-restart-delay: 5 } match { pattern: ".*" } }