]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal-remote: do not create /var/log/journal/remote 42937/head
authorChristian Hesse <mail@eworm.de>
Wed, 8 Jul 2026 17:37:38 +0000 (19:37 +0200)
committerChristian Hesse <mail@eworm.de>
Thu, 9 Jul 2026 07:09:34 +0000 (09:09 +0200)
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

index ecd7e6dc4c6a7fd03c41366d9ad4658c2263ac90..574263e6451cb91d9bb48bd676e744732148ba69 100644 (file)
@@ -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