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.
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