slackbuilds/system/dahdi-complete/README.SLACKWARE

14 lines
299 B
Plaintext

README.SLACKWARE for dahdi-complete
To start dahdi-complete at boot, add the following to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.dahdi ]; then
/etc/rc.d/rc.dahdi start
fi
This goes in /etc/rc.d/rc.local_shutdown:
if [ -x /etc/rc.d/rc.dahdi ]; then
/etc/rc.d/rc.dahdi stop
fi