summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2017-11-07 11:02:57 +0000
committerJörg Thalheim <joerg@higgsboson.tk>2017-11-07 11:04:12 +0000
commitea78f0f06ca9a63c1e89e5b82e638977a7942c6b (patch)
treed3e51655665bb89965914412762107d5e7538338
parent84f40186b2c55ac28b2ab6e40e618d412f042b95 (diff)
downloadnixpkgs-ea78f0f06ca9a63c1e89e5b82e638977a7942c6b.tar
nixpkgs-ea78f0f06ca9a63c1e89e5b82e638977a7942c6b.tar.gz
nixpkgs-ea78f0f06ca9a63c1e89e5b82e638977a7942c6b.tar.bz2
nixpkgs-ea78f0f06ca9a63c1e89e5b82e638977a7942c6b.tar.lz
nixpkgs-ea78f0f06ca9a63c1e89e5b82e638977a7942c6b.tar.xz
nixpkgs-ea78f0f06ca9a63c1e89e5b82e638977a7942c6b.tar.zst
nixpkgs-ea78f0f06ca9a63c1e89e5b82e638977a7942c6b.zip
lxcfs: remove cgmanager dependency
-rw-r--r--nixos/modules/virtualisation/lxcfs.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/lxcfs.nix b/nixos/modules/virtualisation/lxcfs.nix
index 5f256e37781..b2457403463 100644
--- a/nixos/modules/virtualisation/lxcfs.nix
+++ b/nixos/modules/virtualisation/lxcfs.nix
@@ -31,8 +31,6 @@ in {
     systemd.services.lxcfs = {
       description = "FUSE filesystem for LXC";
       wantedBy = [ "multi-user.target" ];
-      requires = [ "cgmanager.service" ];
-      after = [ "cgmanager.service" ];
       before = [ "lxc.service" ];
       restartIfChanged = false;
       serviceConfig = {