integrate connected func
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-21 01:10:09 +02:00
parent afcb48110b
commit 4a3b6f8e23
3 changed files with 6 additions and 19 deletions

View File

@@ -24,9 +24,6 @@ install () {
inst "$moddir/luks-2fa.target" "/etc/systemd/system/luks-2fa.target"
mkdir -p "$initdir/etc/systemd/system/luks-2fa.target.wants"
inst "$moddir/fido2-connected.service" "/etc/systemd/system/fido2-connected.service"
mkdir -p "$initdir/etc/systemd/system/sysinit.target.wants"
ln -sf "/etc/systemd/system/luks-2fa.target" "$initdir/etc/systemd/system/sysinit.target.wants/"
ln -sf "/etc/systemd/system/fido2-connected.service" "$initdir/etc/systemd/system/sysinit.target.wants/"
}