2007-07-17 11:36:39 -04:00
|
|
|
A sample configuration file has been installed to
|
2009-05-31 16:47:08 -04:00
|
|
|
${SYSCONFDIR}/scmpc.conf. To start scmpc at boot time, add the
|
2008-10-28 11:21:48 -04:00
|
|
|
following to /etc/rc.local:
|
2007-07-17 11:36:39 -04:00
|
|
|
|
|
|
|
if [ -x ${PREFIX}/bin/scmpc ]; then
|
|
|
|
echo -n ' scmpc'; ${PREFIX}/bin/scmpc
|
|
|
|
fi
|