mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
Default log to syslog-ng
This commit is contained in:
parent
bc490524b1
commit
8d06c142e6
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -37,8 +37,8 @@ OMR_ALL_PACKAGES=${OMR_ALL_PACKAGES:-no}
|
||||||
OMR_TARGET=${OMR_TARGET:-x86_64}
|
OMR_TARGET=${OMR_TARGET:-x86_64}
|
||||||
OMR_TARGET_CONFIG="config-$OMR_TARGET"
|
OMR_TARGET_CONFIG="config-$OMR_TARGET"
|
||||||
UPSTREAM=${UPSTREAM:-no}
|
UPSTREAM=${UPSTREAM:-no}
|
||||||
SYSLOG=${SYSLOG:-busybox-syslogd}
|
#SYSLOG=${SYSLOG:-busybox-syslogd}
|
||||||
#SYSLOG=${SYSLOG:-syslog-ng}
|
SYSLOG=${SYSLOG:-syslog-ng}
|
||||||
OMR_KERNEL=${OMR_KERNEL:-5.4}
|
OMR_KERNEL=${OMR_KERNEL:-5.4}
|
||||||
SHORTCUT_FE=${SHORTCUT_FE:-no}
|
SHORTCUT_FE=${SHORTCUT_FE:-no}
|
||||||
DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no}
|
DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no}
|
||||||
|
|
Loading…
Reference in a new issue