1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Replace busybox-syslog by syslog-ng

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-01-13 11:00:48 +01:00
parent bb40e6224f
commit e492a2bbbe

View file

@ -37,7 +37,8 @@ OMR_ALL_PACKAGES=${OMR_ALL_PACKAGES:-no}
OMR_TARGET=${OMR_TARGET:-x86_64}
OMR_TARGET_CONFIG="config-$OMR_TARGET"
UPSTREAM=${UPSTREAM:-no}
SYSLOG=${SYSLOG:-busybox-syslogd}
#SYSLOG=${SYSLOG:-busybox-syslogd}
SYSLOG=${SYSLOG:-syslog-ng}
OMR_KERNEL=${OMR_KERNEL:-5.4}
SHORTCUT_FE=${SHORTCUT_FE:-no}
DISABLE_FAILSAFE=${DISABLE_FAILSAFE:-no}