Fixing the pcscd job (daemonType)
svn path=/nixos/trunk/; revision=21845
This commit is contained in:
parent
a0b97de260
commit
7d6db6ac0c
|
@ -29,7 +29,7 @@ with pkgs.lib;
|
||||||
|
|
||||||
startOn = "started udev";
|
startOn = "started udev";
|
||||||
|
|
||||||
daemonType = "daemon";
|
daemonType = "fork";
|
||||||
|
|
||||||
# Add to the drivers directory the only drivers we have by now: ccid
|
# Add to the drivers directory the only drivers we have by now: ccid
|
||||||
preStart = ''
|
preStart = ''
|
||||||
|
|
Loading…
Reference in New Issue