mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 02:51:18 +00:00
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";
|
||||
|
||||
daemonType = "daemon";
|
||||
daemonType = "fork";
|
||||
|
||||
# Add to the drivers directory the only drivers we have by now: ccid
|
||||
preStart = ''
|
||||
|
|
Loading…
Reference in a new issue