mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ffe58df880
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
299 B
Text
13 lines
299 B
Text
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
|