]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: drop systemd-remote.conf
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Jul 2017 09:05:29 +0000 (18:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Aug 2017 03:17:07 +0000 (12:17 +0900)
The directories are only used by the specific services, and
created before the services are started. So, it is not necessary
to create them by systemd-tmpfiles.

tmpfiles.d/meson.build
tmpfiles.d/systemd-remote.conf.m4 [deleted file]

index 29efe21f9d91199c2d9e3b7536eb05a7c49b7677..7d21c64708a698659895f420bed0d6bf68f1baf5 100644 (file)
@@ -22,7 +22,6 @@ endforeach
 
 m4_files = [['etc.conf',             ''],
             ['systemd.conf',         ''],
-            ['systemd-remote.conf',  'ENABLE_REMOTE'],
             ['var.conf',             ''],
            ]
 
diff --git a/tmpfiles.d/systemd-remote.conf.m4 b/tmpfiles.d/systemd-remote.conf.m4
deleted file mode 100644 (file)
index 7a0f698..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
-# See tmpfiles.d(5) for details
-m4_ifdef(`HAVE_LIBCURL',
-
-d /var/lib/systemd/journal-upload 0755 systemd-journal-upload systemd-journal-upload - -
-)m4_dnl
-m4_ifdef(`HAVE_MICROHTTPD',
-
-z /var/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
-z /run/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
-)m4_dnl