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
|
2012-04-12 05:20:58 +07:00
|
|
|
# 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
|
2010-11-18 11:22:25 +07:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Dispatch Password Requests to Console Directory Watch
|
2012-05-21 20:12:18 +07:00
|
|
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
|
2010-11-18 11:22:25 +07:00
|
|
|
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=basic.target shutdown.target
|
2011-08-30 02:48:51 +07:00
|
|
|
ConditionPathExists=!/run/plymouth/pid
|
2010-11-18 11:22:25 +07:00
|
|
|
|
|
|
|
[Path]
|
2011-03-25 11:07:20 +07:00
|
|
|
DirectoryNotEmpty=/run/systemd/ask-password
|
2011-04-10 06:30:14 +07:00
|
|
|
MakeDirectory=yes
|