summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d/telnetd
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-02 22:46:50 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-02 22:46:50 (EDT)
commitf57ca38e1627d7228a10093e3e21dcf5b5091354 (patch)
treef42caf38d76cc84d8f28c1fe135da6780813efba /src.etc/init.d/telnetd
parent3f05e52f25d8220d953f8322f121aed53de9001e (diff)
Add START and STOP params to most init scripts.
Diffstat (limited to 'src.etc/init.d/telnetd')
-rwxr-xr-xsrc.etc/init.d/telnetd3
1 files changed, 3 insertions, 0 deletions
diff --git a/src.etc/init.d/telnetd b/src.etc/init.d/telnetd
index 562e1d6..d927778 100755
--- a/src.etc/init.d/telnetd
+++ b/src.etc/init.d/telnetd
@@ -1,5 +1,8 @@
#!/bin/sh /etc/rc.common
+START='S50'
+STOP='K60'
+
start()
{
log 'Starting telnetd'