]> git.ipfire.org Git - thirdparty/systemd.git/blob - tmpfiles.d/systemd-remote.conf.m4
Merge pull request #5600 from fbuihuu/make-logind-restartable
[thirdparty/systemd.git] / tmpfiles.d / systemd-remote.conf.m4
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 # See tmpfiles.d(5) for details
9 m4_ifdef(`HAVE_LIBCURL',
10
11 d /var/lib/systemd/journal-upload 0755 systemd-journal-upload systemd-journal-upload - -
12 )m4_dnl
13 m4_ifdef(`HAVE_MICROHTTPD',
14
15 z /var/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
16 z /run/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
17 )m4_dnl