chiark / gitweb /
sysusers: split users for remote into separate file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 31 Jul 2014 07:45:05 +0000 (03:45 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 31 Jul 2014 12:56:03 +0000 (08:56 -0400)
This mirrors the setup for tmpfiles.d done in ad95fd1d2b9.

Makefile.am
sysusers.d/systemd-remote.conf [new file with mode: 0644]
sysusers.d/systemd.conf

index bc16ce315bd9ffda55eab82f6dc392c372a50c66..2e982f50672746c69d8267d37866774179b1e4f4 100644 (file)
@@ -1936,7 +1936,8 @@ SYSINIT_TARGET_WANTS += \
        systemd-sysusers.service
 
 dist_sysusers_DATA = \
-       sysusers.d/systemd.conf
+       sysusers.d/systemd.conf \
+       sysusers.d/systemd-remote.conf
 
 nodist_sysusers_DATA = \
        sysusers.d/basic.conf
diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf
new file mode 100644 (file)
index 0000000..c03b862
--- /dev/null
@@ -0,0 +1,10 @@
+#  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.
+
+u systemd-journal-gateway       -               "systemd Journal Gateway"
+u systemd-journal-remote        -               "systemd Journal Remote"
+u systemd-journal-upload        -               "systemd Journal Upload"
index 4c4bd4a2090a22b3cee4370a49af402e8a180a73..2dd427411fb11b67de73f4e4f576490bc10b8f06 100644 (file)
@@ -6,8 +6,6 @@
 #  (at your option) any later version.
 
 g systemd-journal               -               -
-u systemd-journal-gateway       -               "systemd Journal Gateway"
-u systemd-journal-remote        -               "systemd Journal Remote"
 u systemd-bus-proxy             -               "systemd Bus Proxy"
 u systemd-network               -               "systemd Network Management"
 u systemd-resolve               -               "systemd Resolver"