mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-05-10 23:10:51 +02:00
8 lines
192 B
Bash
Executable File
8 lines
192 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# added 2023-04-20 by Théo Bertin, released under ASL 2.0
|
|
## Uncomment for debugging
|
|
#export RS_REDIR=-d
|
|
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:=.}/omhiredis-queue.sh
|