#!/bin/sh -e . /lib/lsb/init-functions case "$1" in start) ;; stop) ;; reload) ;; restart|force-reload) ;; status) ;; *) ;; esac