From fc99dc4c423c86481270daec976b3e4a2a05a5ef Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 8 Jul 2026 19:37:38 +0200 Subject: [PATCH] journal-remote: do not create /var/log/journal/remote This handling with tmpfiles was dropped in 29444df23bea21c15a3284ad8acfe2f008e5dbae. So let's stop the build system to create that directory. Actually it is create by the service just fine, including correct access mode. --- src/journal-remote/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/journal-remote/meson.build b/src/journal-remote/meson.build index ecd7e6dc4c6..574263e6451 100644 --- a/src/journal-remote/meson.build +++ b/src/journal-remote/meson.build @@ -95,9 +95,4 @@ endforeach if conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_MICROHTTPD') == 1 install_data('browse.html', install_dir : pkgdatadir / 'gatewayd') - - if get_option('create-log-dirs') - install_emptydir('/var/log/journal/remote', - install_mode : 'rwxr-xr-x') - endif endif -- 2.47.3