Package: cgroupfs-mount Version: 1.2 Severity: normal File "/etc/init.d/cgroupfs-mount" uses the following code to find the name of its "default" configuration file:
BASE=$(basename $0)
However it won't work on boot because runlevel symlinks have a different
name. Fix can be either
BASE=$(basename $(readlink $0))
or
BASE=cgroupfs-mount
See detailed explanation in the following commit:
https://github.com/docker/docker/commit/01c5cfcc5629e1d90a50a8447f9712fa6ff49f48
--
All the best,
Dmitry Smirnov
GPG key : 4096R/53968D1B
signature.asc
Description: This is a digitally signed message part.

