summaryrefslogtreecommitdiffstats
path: root/network/kea/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/kea/README.SLACKWARE')
-rw-r--r--network/kea/README.SLACKWARE16
1 files changed, 16 insertions, 0 deletions
diff --git a/network/kea/README.SLACKWARE b/network/kea/README.SLACKWARE
new file mode 100644
index 0000000000..9e50869a15
--- /dev/null
+++ b/network/kea/README.SLACKWARE
@@ -0,0 +1,16 @@
+README.SLACKWARE
+================
+
+To start kea automatically at system startup, add the following to
+your /etc/rc.d/rc.local:
+
+ if [ -x /etc/rc.d/rc.kea ]; then
+ /etc/rc.d/rc.kea start
+ fi
+
+To stop kea automatically at system shutdown, add the following to
+your /etc/rc.d/rc.local_shutdown:
+
+ if [ -x /etc/rc.d/rc.kea ]; then
+ /etc/rc.d/rc.kea stop
+ fi