From 564761fcaeda8c013210f7c6934847a6d0228ec9 Mon Sep 17 00:00:00 2001 From: Christoph Anton Mitterer Date: Mon, 28 Jun 2021 19:24:37 +0200 Subject: sysusers: split up systemd.conf This makes it easier have the respective users/groups only created when their respective packages are installed. Fixes #20044. --- sysusers.d/systemd-network.conf.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sysusers.d/systemd-network.conf.in (limited to 'sysusers.d/systemd-network.conf.in') diff --git a/sysusers.d/systemd-network.conf.in b/sysusers.d/systemd-network.conf.in new file mode 100644 index 0000000000..7c64a4681f --- /dev/null +++ b/sysusers.d/systemd-network.conf.in @@ -0,0 +1,8 @@ +# 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-network {{SYSTEMD_NETWORK_UID}} "systemd Network Management" -- cgit v1.2.1