Merge pull request #31157 from sorki/lxcfs_pam_related

[wip] lxcfs,pam: disable cgmanager, enable pam_cgfs, lxcfs 2.0.7 -> 2.0.8
This commit is contained in:
Jörg Thalheim
2018-01-01 15:42:03 +01:00
committed by GitHub
4 changed files with 13 additions and 8 deletions
-4
View File
@@ -28,13 +28,9 @@ in {
###### implementation
config = mkIf cfg.enable {
services.cgmanager.enable = true;
systemd.services.lxcfs = {
description = "FUSE filesystem for LXC";
wantedBy = [ "multi-user.target" ];
requires = [ "cgmanager.service" ];
after = [ "cgmanager.service" ];
before = [ "lxc.service" ];
restartIfChanged = false;
serviceConfig = {