Try fixing tremotesf start when booting

This commit is contained in:
Andrea Ciceri 2024-12-31 10:24:23 +01:00
parent 7ffbe8ac24
commit cae8bb47ce
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -16,7 +16,7 @@
};
Service = {
ExecStart = "${lib.getExe pkgs.tremotesf} --minimized";
ExecStart = "${lib.getExe' pkgs.coreutils "sleep"} 5 && ${lib.getExe pkgs.tremotesf} --minimized";
Restart = "on-failure";
RestartSec = 3;
};