From 8cf3a8a982661c0bb9b04ff27f6d486b38b1b35e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Nov 2010 05:22:25 +0100 Subject: units: enable console ask-password agent by default --- units/systemd-ask-password-wall.service.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'units/systemd-ask-password-wall.service.in') diff --git a/units/systemd-ask-password-wall.service.in b/units/systemd-ask-password-wall.service.in index e810fe3097..71ec1d68f8 100644 --- a/units/systemd-ask-password-wall.service.in +++ b/units/systemd-ask-password-wall.service.in @@ -7,7 +7,9 @@ [Unit] Description=Forward Password Requests to Wall -After=getty.target +After=systemd-user-sessions.service [Service] +ExecStartPre=-@rootbindir@/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service +ExecStartPre=-@rootbindir@/systemctl stop systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service ExecStart=@rootbindir@/systemd-tty-ask-password-agent --wall -- cgit v1.2.3-54-g00ecf