summaryrefslogtreecommitdiffstats
path: root/units/user@.service.d/10-login-barrier.conf
blob: d88df10dbf4e0f9980c64cc264bc7f451d09f5b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#  SPDX-License-Identifier: LGPL-2.1-or-later
#
#  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]
# Make sure user instances are started after logins are allowed. However this
# is not desirable for user@0.service since root should be able to log in
# earlier during the boot process especially if something goes wrong.
After=systemd-user-sessions.service