#!/bin/bash

PROGRAM="/usr/bin/dspam"
ARGS="--daemon"
RUNLEVEL=3
PIDFILE="/var/run/dspam.pid"
NEEDS="+remote_fs +network"

. /etc/init.d/smgl_init
