Merge pull request #30183 from Mic92/openafs

openafs-client: don't remove kernel module on stop
This commit is contained in:
Jörg Thalheim
2017-10-08 12:13:29 +01:00
committed by GitHub

View File

@@ -93,7 +93,6 @@ in
preStop = ''
${pkgs.utillinux}/bin/umount /afs
${openafsPkgs}/sbin/afsd -shutdown
${pkgs.kmod}/sbin/rmmod libafs
'';
};
};