diff options
Diffstat (limited to 'roles/_workstation/smartcard/templates/pcscd-sleep.service.j2')
-rw-r--r-- | roles/_workstation/smartcard/templates/pcscd-sleep.service.j2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/_workstation/smartcard/templates/pcscd-sleep.service.j2 b/roles/_workstation/smartcard/templates/pcscd-sleep.service.j2 deleted file mode 100644 index 14848ae..0000000 --- a/roles/_workstation/smartcard/templates/pcscd-sleep.service.j2 +++ /dev/null @@ -1,10 +0,0 @@ -[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 |