17 lines
630 B
Text
17 lines
630 B
Text
# This is an example config file if multiple instances of SEC should be started.
|
|
# This file should be located in
|
|
# /etc/sysconfig/sec
|
|
# and used together with the systemd service file
|
|
# sec@.service
|
|
# which allows to run multiple sec instances.
|
|
#
|
|
#
|
|
# Below you find an example configuration of two instances named FOO and BAR.
|
|
# The instances can be started via the commands
|
|
# systemctl start sec@FOO and systemctl start sec@BAR
|
|
# For further configuration options, consult the systemd file:
|
|
# /lib/systemd/system/sec@.service
|
|
|
|
OPTIONS_FOO="-input=/var/log/messages"
|
|
|
|
OPTIONS_BAR="-input=/var/log/syslog"
|