A sample configuration file has been installed to
/etc/scmpc.conf. To start scmpc at boot time, add the
following to /etc/rc.local:

if [ -x /usr/local/bin/scmpc ]; then
        echo -n ' scmpc';       /usr/local/bin/scmpc
fi
