diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-28 12:13:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-28 12:18:04 +0200 |
commit | 454591be36880b0300b0448576c483a39d9cc611 (patch) | |
tree | dbcb6f7c51f2fc00d5b14884eec2fd268235a153 /units/systemd-ask-password-wall.service.in | |
parent | e62abb626806140a4cd9abc928d23c661a7b9a33 (diff) |
units: automatically respawn the core services
Diffstat (limited to 'units/systemd-ask-password-wall.service.in')
-rw-r--r-- | units/systemd-ask-password-wall.service.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/systemd-ask-password-wall.service.in b/units/systemd-ask-password-wall.service.in index b2ca039499..0eaa274794 100644 --- a/units/systemd-ask-password-wall.service.in +++ b/units/systemd-ask-password-wall.service.in @@ -11,6 +11,5 @@ Documentation=man:systemd-ask-password-console.service(8) After=systemd-user-sessions.service [Service] -ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service -ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service +ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service ExecStart=@rootbindir@/systemd-tty-ask-password-agent --wall |