Demi Marie Obenour writes: > Finish scripts can (and often will) be symbolic links to > /usr/bin/cgroup-setup. As we've previously discussed, using symlinks in s6-rc services is not a good idea. s6-rc-compile copies the contents of symlinks, meaning that if you have a symlink to a big binary, you end up with lots of copies of it in /run. It's better to use a regular execline script that execs the program you want to run.