mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
Revert "Recreate boot log at each boot instead of appending"
This reverts commit 9abbd88835.
I'm getting requests to keep old boot logs around. If anyone
wants to carve up boot.log, they can just use logrotate.d
This commit is contained in:
parent
1f1d83bf71
commit
61ae21f1e8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#include "ply-list.h"
|
||||
|
||||
#ifndef PLY_LOGGER_OPEN_FLAGS
|
||||
#define PLY_LOGGER_OPEN_FLAGS (O_WRONLY | O_TRUNC | O_CREAT | O_NOFOLLOW | O_CLOEXEC)
|
||||
#define PLY_LOGGER_OPEN_FLAGS (O_WRONLY | O_APPEND | O_CREAT | O_NOFOLLOW | O_CLOEXEC)
|
||||
#endif
|
||||
|
||||
#ifndef PLY_LOGGER_MAX_INJECTION_SIZE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue