mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
hyprlauncher: fix start every ten seconds
This commit is contained in:
committed by
Austin Horstman
parent
f9ef8567c7
commit
7213f7ee3e
@@ -78,7 +78,7 @@ in
|
||||
|
||||
Service = {
|
||||
ExecStart = "${lib.getExe cfg.package} -d";
|
||||
Restart = "always";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user