diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-26 04:40:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-26 04:40:32 +0200 |
commit | e0e1580aae5913870933518f3cb7055730ce3a49 (patch) | |
tree | 73eb740020159284458e1662b12d50da42822780 /units/systemd-ask-password-plymouth.service.in | |
parent | e5ebf783cb8e353bf1e07b34ac344bd4883a4ec2 (diff) |
ask-password: enable plymouth agent by default
Diffstat (limited to 'units/systemd-ask-password-plymouth.service.in')
-rw-r--r-- | units/systemd-ask-password-plymouth.service.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/units/systemd-ask-password-plymouth.service.in b/units/systemd-ask-password-plymouth.service.in new file mode 100644 index 0000000000..3cd9b7fe77 --- /dev/null +++ b/units/systemd-ask-password-plymouth.service.in @@ -0,0 +1,12 @@ +# 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 + +[Service] +ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --plymouth |