1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-25 06:03:40 +03:00

systemctl: enable colorized logging by default

This commit is contained in:
Yu Watanabe 2022-07-07 16:38:54 +09:00
parent b5fe371c0e
commit 158fdd5326

View File

@ -1113,8 +1113,7 @@ static int run(int argc, char *argv[]) {
int r;
setlocale(LC_ALL, "");
log_parse_environment();
log_open();
log_setup();
/* The journal merging logic potentially needs a lot of fds. */
(void) rlimit_nofile_bump(HIGH_RLIMIT_NOFILE);