Skip to content

Commit

Permalink
better fido systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
gierdo committed Mar 3, 2024
1 parent c622c98 commit 95442b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-02-08-tpm2-fido.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ Description=tpm-fido - tpm2 as fido token
[Service]
Type=simple
ExecStart=/bin/bash -c 'tpm-fido'
Restart=on-failure
ExecStart=-/bin/bash -c 'PATH=~/go/bin:$PATH tpm-fido'
Restart=no
[Install]
WantedBy=default.target
Expand Down

0 comments on commit 95442b8

Please sign in to comment.