2007-07-18 07:03:34 -04:00
|
|
|
To have smsd start at boot time, you have to adapt
|
|
|
|
${SYSCONFDIR}/smsd.conf and insert the following into /etc/rc.local.
|
|
|
|
|
|
|
|
if [ -x ${PREFIX}/bin/smsd ]; then
|
|
|
|
install -d -o _smsd /var/run/smsd
|
|
|
|
echo -n ' smsd'; ${PREFIX}/bin/smsd
|
|
|
|
fi
|
|
|
|
|
|
|
|
smsd needs access to the serial port; this can be done by adding
|
2008-10-28 11:21:48 -04:00
|
|
|
the _smsd user to 'dialer' in /etc/group.
|