diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 03:45:05 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 08:56:03 -0400 |
commit | a4892054059c483a695e4250713b5ed8948a1c2f (patch) | |
tree | 4b32d4c1dc8d6dc8f00164fcef5c4fa53a686402 | |
parent | d8aa69b9c89b1309041ca3dc1c5a050fefab64ae (diff) |
sysusers: split users for remote into separate file
This mirrors the setup for tmpfiles.d done in ad95fd1d2b9.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | sysusers.d/systemd-remote.conf | 10 | ||||
-rw-r--r-- | sysusers.d/systemd.conf | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index bc16ce315b..2e982f5067 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 0000000000..c03b862698 --- /dev/null +++ b/sysusers.d/systemd-remote.conf @@ -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" diff --git a/sysusers.d/systemd.conf b/sysusers.d/systemd.conf index 4c4bd4a209..2dd427411f 100644 --- a/sysusers.d/systemd.conf +++ b/sysusers.d/systemd.conf @@ -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" |