hyprlauncher: fix start every ten seconds
This commit is contained in:
parent
f9ef8567c7
commit
7213f7ee3e
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ in
|
|||
|
||||
Service = {
|
||||
ExecStart = "${lib.getExe cfg.package} -d";
|
||||
Restart = "always";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue