diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-11-06 23:38:17 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2025-01-02 16:37:57 +0100 |
commit | 254649d5762540ade590909c70c27af86c7dfdac (patch) | |
tree | 1e4d58f6d95db22fd30f93ed8ac2d1c282fbde66 /units/systemd-ask-password-wall.service | |
parent | ask-password-agent: optionally read pw to reply from env var (diff) | |
download | systemd-254649d5762540ade590909c70c27af86c7dfdac.tar.xz systemd-254649d5762540ade590909c70c27af86c7dfdac.zip |
ask-password-agent: send READY=1 when we established inotify watch
Diffstat (limited to 'units/systemd-ask-password-wall.service')
-rw-r--r-- | units/systemd-ask-password-wall.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-ask-password-wall.service b/units/systemd-ask-password-wall.service index 18b59d99a7..c785614e1e 100644 --- a/units/systemd-ask-password-wall.service +++ b/units/systemd-ask-password-wall.service @@ -15,4 +15,5 @@ After=systemd-user-sessions.service [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=systemd-tty-ask-password-agent --wall +Type=notify SystemCallArchitectures=native |