diff options
Diffstat (limited to 'src.etc/init.d/telnetd')
-rwxr-xr-x | src.etc/init.d/telnetd | 3 |
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' |