https://github.com/uunicorn/python-validity
上を参考に必要なものをインストール
/etc/systemd/system にファイル hogehogeを作成し、下記を記入 し、
sudo systemctl enable hogehogeを実行
hogehogeは自分が作成したファイル名。これをしないとresumeから復帰したときに指紋認証が現状できない。
[Unit]
Description=Restart services to fix fingerprint integration
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
[Service]
Type=oneshot
ExecStart=systemctl restart open-fprintd.service python3-validity.service
[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target