-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Sherry Singh edited this page Jun 1, 2026
·
1 revision
Install required packages:
sudo apt update
sudo apt install pcscd pcsc-tools libnotify-binEnable the smart card service:
sudo systemctl enable pcscd
sudo systemctl start pcscdgit clone https://github.com/YOUR_USERNAME/SmartCard-Guard.git
cd SmartCard-Guard
chmod +x install.sh
./install.shCheck service status:
systemctl --user status smartcard-guard.serviceExpected output:
active (running)
SmartCard Guard automatically starts after login using a systemd user service.