]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-ask-password-wall.service.in
Merge pull request #12056 from poettering/seccomp-suid-sgid
[thirdparty/systemd.git] / units / systemd-ask-password-wall.service.in
index 9305fca6f7dd697545e616418e118c8d2f8cb1b5..1e4808b6d57fadd8a6a82a4b92a5c3e6e6bb79af 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -7,10 +9,10 @@
 
 [Unit]
 Description=Forward Password Requests to Wall
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
+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
+SystemCallArchitectures=native