fix: sleep for conky

This commit is contained in:
Kat Inskip 2025-04-19 12:00:09 -07:00
parent 4ee59b9448
commit db0f9bef6d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -21,6 +21,7 @@
Service = {
Restart = "always";
RestartSec = "3";
ExecStartPre = "${pkgs.coreutils}/bin/sleep 5";
ExecStart = toString ([ "${pkgs.conky}/bin/conky"]);
};