#!/sbin/openrc-run description="CKAN DataPusher container" start() { lxc-start ckan-datapusher } stop() { lxc-stop ckan-datapusher }