mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/omprog/.libs/omprog")
|
|
|
|
template(name="outfmt" type="string" string="%msg%\n")
|
|
|
|
action(type="omprog" binary="./testsuites/omprog-noterm.sh" template="outfmt" name="omprog_action")
|
|
|