summaryrefslogtreecommitdiffstats
path: root/system/dahdi-complete/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'system/dahdi-complete/README.SLACKWARE')
-rw-r--r--system/dahdi-complete/README.SLACKWARE13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/dahdi-complete/README.SLACKWARE b/system/dahdi-complete/README.SLACKWARE
new file mode 100644
index 0000000000..bfcd8b3762
--- /dev/null
+++ b/system/dahdi-complete/README.SLACKWARE
@@ -0,0 +1,13 @@
+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