brltty: 5.2 -> 5.4

This commit is contained in:
Bram Duvigneau
2016-10-22 22:03:45 +00:00
parent 23cb417447
commit f1d45add3b
4 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ in {
};
serviceConfig = {
ExecStart = "${pkgs.brltty}/bin/brltty --no-daemon";
Type = "simple"; # Change to notidy after next releae
Type = "notify";
TimeoutStartSec = 5;
TimeoutStopSec = 10;
Restart = "always";