Skip to content

Commit

Permalink
set max log size for ramdisk
Browse files Browse the repository at this point in the history
  • Loading branch information
bokai.zeng authored and xingxg2022 committed Nov 20, 2024
1 parent ec1a138 commit 7ad757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramdisk/rootfs_202405/etc/init.d/S01syslogd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DAEMON="syslogd"
PIDFILE="/var/run/$DAEMON.pid"

SYSLOGD_ARGS=""
SYSLOGD_ARGS="-s 2048"

# shellcheck source=/dev/null
[ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON"
Expand Down

0 comments on commit 7ad757c

Please sign in to comment.