1 2 3 4 5 6 7 8 9 10
[Unit] Description=stop pcscd on sleep After=sleep.target [Service] Type=oneshot ExecStart=/usr/bin/systemctl --no-block stop pcscd.service [Install] WantedBy=sleep.target