Skip to content

Commit

Permalink
fix(pcsc): add --disable-polkit to pcscd.service
Browse files Browse the repository at this point in the history
Needs pcsc >= 2.0.0

polkit is not included in dracut and without this option, pcscd simply fails
  • Loading branch information
innovara committed Nov 3, 2023
1 parent 6da61a2 commit 842be0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/91pcsc/pcscd.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Documentation=man:pcscd(8)
Requires=pcscd.socket

[Service]
ExecStart=/usr/sbin/pcscd --foreground --auto-exit
ExecStart=/usr/sbin/pcscd --foreground --auto-exit --disable-polkit
ExecReload=/usr/sbin/pcscd --hotplug

[Install]
Expand Down

0 comments on commit 842be0c

Please sign in to comment.