-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker: update to 1.0.0 #3015
docker: update to 1.0.0 #3015
Conversation
@garbas you might be interested |
Wait before merging, it cannot find dockerinit |
Ok it's fixed now, you can merge :) |
awesome! will look in the afternoon, great! |
@offlinehacker, @garbas: Can we close this in light of #3028? |
yes On Tue, Jun 24, 2014 at 12:44 PM, Florian Friesdorf <
-----BEGIN PGP PUBLIC KEY BLOCK----- mQENBFEY1PEBCADPOfERF2wo4qeoq9L1m2z4pKfWqNd4B6BsoFUWPNd7BXmY+9JG |
This version of module has disabled socketActivation, because until nixos upgrade systemd to at least 214, systemd does not support SocketGroup. So socket is created with "root" group when socketActivation enabled. Should be fixed as soon as systemd upgraded. Includes changes from NixOS#3015 and supersedes NixOS#3028
This version of module has disabled socketActivation, because until nixos upgrade systemd to at least 214, systemd does not support SocketGroup. So socket is created with "root" group when socketActivation enabled. Should be fixed as soon as systemd upgraded. Includes changes from #3015 and supersedes #3028
If you need systemd support you have to apply this patch http://pastebin.com/nU7fBPrd and add
to your
~/.nixpkgs/config.nix
. Wil be upstream in next release :)