#!/sbin/openrc-run description="Mounts systemd's cgroup." depend() { need root } start() { mkdir -p /sys/fs/cgroup/systemd mount -t cgroup -o none,name=systemd systemd /sys/fs/cgroup/systemd }