2010-10-26 09:40:32 +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=Forward Password Requests to Plymouth Directory Watch
|
2010-11-16 07:25:48 +07:00
|
|
|
DefaultDependencies=no
|
2011-08-30 02:48:51 +07:00
|
|
|
Conflicts=shutdown.target
|
|
|
|
After=plymouth-start.service
|
2010-11-16 07:51:57 +07:00
|
|
|
Before=basic.target shutdown.target
|
2011-08-30 00:45:22 +07:00
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
2011-08-30 02:48:51 +07:00
|
|
|
ConditionPathExists=/run/plymouth/pid
|
2010-10-26 09:40:32 +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
|