#!/bin/sh set -e #DEBHELPER# case "$1" in configure) start -v apps/sowatchd || : ;; esac exit 0