Fixing the pcscd job (daemonType)

svn path=/nixos/trunk/; revision=21845
This commit is contained in:
Lluís Batlle i Rossell 2010-05-18 17:57:03 +00:00
parent a0b97de260
commit 7d6db6ac0c

View File

@ -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 = ''