Merge pull request #30183 from Mic92/openafs
openafs-client: don't remove kernel module on stop
This commit is contained in:
commit
eefae49f6d
@ -93,7 +93,6 @@ in
|
|||||||
preStop = ''
|
preStop = ''
|
||||||
${pkgs.utillinux}/bin/umount /afs
|
${pkgs.utillinux}/bin/umount /afs
|
||||||
${openafsPkgs}/sbin/afsd -shutdown
|
${openafsPkgs}/sbin/afsd -shutdown
|
||||||
${pkgs.kmod}/sbin/rmmod libafs
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user