2010-10-26 02:02:01 +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-10-26 02:02:01 +07:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Forward Password Requests to Wall
|
2012-06-27 06:32:15 +07:00
|
|
|
Documentation=man:systemd-ask-password-console.service(8)
|
2010-11-18 11:22:25 +07:00
|
|
|
After=systemd-user-sessions.service
|
2010-10-26 02:02:01 +07:00
|
|
|
|
|
|
|
[Service]
|
2012-06-28 17:13:52 +07:00
|
|
|
ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
|
2010-10-26 02:02:01 +07:00
|
|
|
ExecStart=@rootbindir@/systemd-tty-ask-password-agent --wall
|