hyprlauncher: fix start every ten seconds

This commit is contained in:
Aguirre Matteo 2026-01-26 08:56:56 -03:00 committed by Austin Horstman
parent f9ef8567c7
commit 7213f7ee3e

View file

@ -78,7 +78,7 @@ in
Service = {
ExecStart = "${lib.getExe cfg.package} -d";
Restart = "always";
Restart = "on-failure";
RestartSec = "10";
};
};