#!/bin/sh case "${1}" in start) cgroups-mount ;; *) echo "Usage: ${0} {start}" exit 1 ;; esac