simplify fingerprint restart service

This commit is contained in:
Franek 2025-02-14 21:30:26 +01:00
parent 253dcecbb7
commit 7de0194880

View File

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