mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
sysusers: split users for remote into separate file
This mirrors the setup for tmpfiles.d done in ad95fd1d2b
.
This commit is contained in:
parent
d8aa69b9c8
commit
a489205405
@ -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
|
||||
|
10
sysusers.d/systemd-remote.conf
Normal file
10
sysusers.d/systemd-remote.conf
Normal file
@ -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"
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user