[Nix-dev] Using Nixpkgs outside of NixOS
    Kirill Elagin 
    kirelagin at gmail.com
       
    Tue Jun  3 20:30:29 CEST 2014
    
    
  
>
> Obviously systemd would then have to not do things that udev etc are
> already doing... Just running services, opening sockets, handling cgroups...
>
I doubt systemd can do this.
First of all, with the new kernel cgroups interface only PID 1 can manage
cgroups (on the kernel level).
Then, to properly handle services (i.e. processes) systemd has to be PID 1,
right? Because otherwise it won't be able to track dead processes and all
this stuff.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20140603/46df4a76/attachment-0001.html 
    
    
More information about the nix-dev
mailing list