2010-11-18 11:22:25 +07: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 General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Dispatch Password Requests to Console
|
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
2011-08-30 02:48:51 +07:00
|
|
|
After=plymouth-start.service
|
2010-11-18 11:22:25 +07:00
|
|
|
Before=shutdown.target
|
2011-08-30 02:48:51 +07:00
|
|
|
ConditionPathExists=!/run/plymouth/pid
|
2010-11-18 11:22:25 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --console
|