From 1a04395959ca8cdca91f9da86b8580ef27025a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 26 Apr 2019 12:28:25 +0200 Subject: Enable log colors for most of tools in /usr/bin When emitting the calendarspec warning we want to see some color. Follow-up for 04220fda5c. Exceptions: - systemctl, because it has a lot hand-crafted coloring - tmpfiles, sysusers, stdio-bridge, etc, because they are also used in services and I'm not sure if this wouldn't mess up something. --- src/activate/activate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/activate') diff --git a/src/activate/activate.c b/src/activate/activate.c index 48aa617e78..8bdf2e50aa 100644 --- a/src/activate/activate.c +++ b/src/activate/activate.c @@ -474,6 +474,7 @@ int main(int argc, char **argv, char **envp) { int r, n; int epoll_fd = -1; + log_show_color(true); log_parse_environment(); log_open(); -- cgit v1.2.1