File osk-sdl-ask-password.service of Package osk-sdl
# SPDX-License-Identifier: LGPL-2.1-or-later [Unit] Description=Forward Password Requests to OSK-SDL Conflicts=shutdown.target emergency.service DefaultDependencies=no After=plymouth-start.service systemd-vconsole-setup.service Before=shutdown.target [Service] ExecStart=/bin/bash -c 'type osk-sdl-ask-password 1>/dev/null 2>&1 && osk-sdl-ask-password || /usr/lib/dracut/modules.d/55osk-sdl/osk-sdl-ask-password.sh' SystemCallArchitectures=native