#!/sbin/openrc-run description="FrontlineSMS container" start() { lxc-start frontlinesms } start_post() { vmmgr register-proxy frontlinesms } stop_pre() { vmmgr unregister-proxy frontlinesms } stop() { lxc-stop frontlinesms }