From: Christian Hesse Date: Wed, 8 Jul 2026 17:37:38 +0000 (+0200) Subject: journal-remote: do not create /var/log/journal/remote X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc99dc4c423c86481270daec976b3e4a2a05a5ef;p=thirdparty%2Fsystemd.git 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. --- 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