Files
fedora-tools/plasma-fingerprint-workaround/kscreenlocker/restart-fprintd-after-resume
T

7 lines
137 B
Bash
Executable File

#!/bin/sh
[ "$1" = post ] || exit 0
systemctl --quiet is-active fprintd.service || exit 0
systemctl --no-block restart fprintd.service