aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/smartcard/templates/pcscd-sleep.service.j2
blob: 14848ae3683defc5055c6f01b3364e1a38d7c15f (plain) (blame)
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
remember that computers suck.