aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/smartcard/templates/pcscd-restart.service.j2
blob: eab6dac97931a205e0c2f681e611a6ed470e2cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=restart pcscd on sleep
After=suspend.target

[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl --no-block restart pcscd.service

[Install]
WantedBy=suspend.target
remember that computers suck.