Try fixing tremotesf
start when booting
This commit is contained in:
parent
7ffbe8ac24
commit
cae8bb47ce
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${lib.getExe pkgs.tremotesf} --minimized";
|
ExecStart = "${lib.getExe' pkgs.coreutils "sleep"} 5 && ${lib.getExe pkgs.tremotesf} --minimized";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 3;
|
RestartSec = 3;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue