unl0kr: add a systemd password agent
This commit is contained in:
parent
25aa94b565
commit
ee8e31ad4b
8 changed files with 733 additions and 4 deletions
16
unl0kr/unl0kr-agent.service.in
Normal file
16
unl0kr/unl0kr-agent.service.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
[Unit]
|
||||
Description=Dispatch Password Requests to unl0kr
|
||||
|
||||
ConditionPathExists=!/run/plymouth/pid
|
||||
|
||||
DefaultDependencies=no
|
||||
After=plymouth-start.service
|
||||
Conflicts=emergency.service
|
||||
Before=emergency.service
|
||||
Conflicts=shutdown.target initrd-switch-root.target
|
||||
Before=shutdown.target initrd-switch-root.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@LIBEXECDIR@/unl0kr-agent
|
||||
Loading…
Add table
Add a link
Reference in a new issue