18213b0dea
in DESCR while here, to match reality
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
A sample configuration file has been installed to
|
|
${SYSCONFDIR}/scmpc/scmpc.conf. To start scmpc at boot time, add the
|
|
following to ${SYSCONFDIR}/rc.local:
|
|
|
|
if [ -x ${PREFIX}/bin/scmpc ]; then
|
|
echo -n ' scmpc'; ${PREFIX}/bin/scmpc
|
|
fi
|