From d2acb93dc52b23a9e5d36dda48c1988aa6e9adf1 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 17 Jan 2021 15:12:28 +0900 Subject: tree-wide: enable colorized logging for daemons when run in console It may be useful when debugging daemons. --- src/tmpfiles/tmpfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tmpfiles') diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index b033def9df..8ad886236d 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -3363,7 +3363,7 @@ static int run(int argc, char *argv[]) { if (r <= 0) return r; - log_setup_service(); + log_setup(); /* Descending down file system trees might take a lot of fds */ (void) rlimit_nofile_bump(HIGH_RLIMIT_NOFILE); -- cgit v1.2.1