From a319488b0314f65a0cf81d2dd840c7e6c07a2c07 Mon Sep 17 00:00:00 2001 From: Pranav Sharma Date: Mon, 9 Sep 2024 10:45:53 -0700 Subject: [PATCH] start suspend services after enabling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e327899..576f898 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ $ fprintd-enroll Enable *open-fprintd-resume* and *open-fprintd-suspend* services: ``` -$ sudo systemctl enable open-fprintd-resume open-fprintd-suspend +$ sudo systemctl enable --now open-fprintd-resume open-fprintd-suspend ``` For even more error procedures, check [this Arch comment thread](https://aur.archlinux.org/packages/python-validity/#comment-755904) or [this python-validity bug comment thread](https://github.com/uunicorn/python-validity/issues/3).