Hello,
If I want to add a start parameter permanently to syslog-ng, is this the right place to do it?
# cat syslog-ng.sysconfig
## Type: string ## Default: "" ## Config: "" ## ServiceRestart: syslog # # Parameters for Syslog New-Generation - see syslog-ng(8) # SYSLOG_NG_PARAMS=""
As in this case, I could simply add: "--module-path /lib/syslog-ng:/usr/lib/syslog-ng" to SYSLOG_NG_PARAMS, which would remove a harmless, but ugly warning message on start.
Bye, CzP