Skip to content

Commit

Permalink
openafs-client: don't remove kernel module on stop
Browse files Browse the repository at this point in the history
Otherwise it cannot re-insert the kernel module after a kernel upgrade
when boot kernel != running kernel.

(cherry picked from commit 912ec46)
  • Loading branch information
Mic92 committed Oct 8, 2017
1 parent c227c98 commit 769317f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -93,7 +93,6 @@ in
preStop = ''
${pkgs.utillinux}/bin/umount /afs
${openafsPkgs}/sbin/afsd -shutdown
${pkgs.kmod}/sbin/rmmod libafs
'';
};
};
Expand Down

0 comments on commit 769317f

Please sign in to comment.