simplify fingerprint restart service

This commit is contained in:
Franek 2025-02-14 21:30:26 +01:00
parent f663b86a4a
commit 7eb580c33b

View File

@ -12,7 +12,7 @@
after = targets; after = targets;
serviceConfig = { serviceConfig = {
type = "oneshot"; type = "oneshot";
ExecStart = "systemctl restart open-fprintd.service python3-validity.service"; ExecStart = "systemctl restart python3-validity.service";
}; };
}; };
}; };