2020-11-09 07:23:58 +03:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 19:35:03 +03:00
#
2014-06-13 15:10:30 +04:00
# 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.
[Unit]
Description = Create System Users
Documentation = man:sysusers.d(5) man:systemd-sysusers.service(8)
2022-09-14 14:39:10 +03:00
2014-06-13 15:10:30 +04:00
DefaultDependencies = no
2014-08-26 23:17:22 +04:00
After = systemd-remount-fs.service
2022-09-14 14:39:10 +03:00
Before = sysinit.target systemd-update-done.service
Conflicts = shutdown.target
Before = shutdown.target
2022-07-13 12:06:04 +03:00
ConditionNeedsUpdate = |/etc
ConditionCredential = |sysusers.extra
2014-06-13 15:10:30 +04:00
[Service]
Type = oneshot
RemainAfterExit = yes
2019-12-18 11:14:57 +03:00
ExecStart = systemd-sysusers
2015-04-17 04:41:18 +03:00
TimeoutSec = 90s
2021-03-11 12:34:20 +03:00
# Optionally, pick up a root password and shell for the root user from a
# credential passed to the service manager. This is useful for importing this
# data from nspawn's --set-credential= switch.
2021-05-02 18:05:48 +03:00
LoadCredential = passwd.hashed-password.root
LoadCredential = passwd.plaintext-password.root
LoadCredential = passwd.shell.root
2022-07-13 12:06:04 +03:00
# Also, allow configuring extra sysusers lines via a credential
LoadCredential = sysusers.extra