mirror of
https://github.com/systemd/systemd.git
synced 2025-03-01 08:58:29 +03:00
This turns systemd-ask-password into a small Varlink service, so that there's an standard IPC way to ask for a password. It mostly directly exposes the functionality of the Varlink service.
17 lines
529 B
Desktop File
17 lines
529 B
Desktop File
# 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]
|
|
Description=Query the User Interactively for a Password
|
|
Documentation=man:systemd-ask-password(1)
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
ExecStart=-systemd-ask-password --system --no-tty
|