Am 05.01.2017 um 19:56 schrieb Michael Biebl: > Then copy the attached wrapper script to /usr/lib/x86_64-linux-gnu/ > and make it executable.
Obviously, the wrapper script should start systemd-shim.orig. Fixed one attached. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
#!/bin/sh
# We rely on cgmanager to setup /sys/fs/cgroup
if ! mountpoint -q /sys/fs/cgroup; then
echo "cgmanager has not setup /sys/fs/cgroup or is not running, exiting"
exit 1
fi
# Mount legacy cgroup controller at /sys/fs/cgroup/systemd
if ! mountpoint -q /sys/fs/cgroup/systemd; then
mkdir -p /sys/fs/cgroup/systemd
mount -t cgroup -o nosuid,noexec,nodev,none,name=systemd systemd
/sys/fs/cgroup/systemd
fi
mkdir -p /run/systemd
exec /usr/lib/x86_64-linux-gnu/systemd-shim.orig
signature.asc
Description: OpenPGP digital signature

