firstboot: fix crash when hostname question is skipped
[systemd.io.git] / units / systemd-ask-password.socket
blobc8d203b077bf994d42c89267174668e90b4d8f0c
1 #  SPDX-License-Identifier: LGPL-2.1-or-later
3 #  This file is part of systemd.
5 #  systemd is free software; you can redistribute it and/or modify it
6 #  under the terms of the GNU Lesser General Public License as published by
7 #  the Free Software Foundation; either version 2.1 of the License, or
8 #  (at your option) any later version.
10 [Unit]
11 Description=Query the User Interactively for a Password
12 Documentation=man:systemd-ask-password(1)
13 DefaultDependencies=no
14 Before=sockets.target
16 [Socket]
17 ListenStream=/run/systemd/io.systemd.AskPassword
18 FileDescriptorName=varlink
19 SocketMode=0666
20 Accept=yes
21 MaxConnectionsPerSource=16