mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 20:20:41 +01:00
so far, all test required root privileges, which made testing quite complicated and resulted in no testing of this module on the testbench machines at all. Now we can also run without root privileges. To support the new tests, test tools were also improved.
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
# rgerhards, 2014-12-04
|
|
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imuxsock/.libs/imuxsock" sysSock.use="off")
|
|
input(type="imuxsock" Socket="testbench_socket")
|
|
|
|
template(name="outfmt" type="string" string="%msg:%\n")
|
|
local1.* action(type="omfile" file="rsyslog.out.log" template="outfmt")
|