From 7d6db6ac0cdfaa11271a0c7fc7c952c5a72ef033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Tue, 18 May 2010 17:57:03 +0000 Subject: [PATCH] Fixing the pcscd job (daemonType) svn path=/nixos/trunk/; revision=21845 --- modules/services/hardware/pcscd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/hardware/pcscd.nix b/modules/services/hardware/pcscd.nix index 45684e17416a..6f4e848ee69d 100644 --- a/modules/services/hardware/pcscd.nix +++ b/modules/services/hardware/pcscd.nix @@ -29,7 +29,7 @@ with pkgs.lib; startOn = "started udev"; - daemonType = "daemon"; + daemonType = "fork"; # Add to the drivers directory the only drivers we have by now: ccid preStart = ''