From f1d45add3b8477d2d8cedd93e096472fbce2ac41 Mon Sep 17 00:00:00 2001 From: Bram Duvigneau Date: Sat, 22 Oct 2016 20:12:30 +0000 Subject: brltty: 5.2 -> 5.4 --- nixos/modules/services/hardware/brltty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/hardware') diff --git a/nixos/modules/services/hardware/brltty.nix b/nixos/modules/services/hardware/brltty.nix index 03e530b2c96d..b416ba332222 100644 --- a/nixos/modules/services/hardware/brltty.nix +++ b/nixos/modules/services/hardware/brltty.nix @@ -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"; -- cgit 1.4.1