#!/sbin/openrc-run description="Redis container" start() { lxc-start redis } stop() { lxc-stop redis }