summarylogtreecommitdiffstats
path: root/pcscd-resume-wakeup.service
blob: 7407ab0da688404a2f3ddf05f8129f0c6c9c223d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
Description=Wakeup PCSC after sleep
ConditionActive=pcscd.service

[Service]
ExecStart=systemctl restart pcscd.service
TimeoutStopSec=10
Type=oneshot

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target