mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
dropbear:
- simplyfing init script
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# start telnet daemon
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
(
|
||||
. /etc/sysconfig
|
||||
wait_for_network
|
||||
|
||||
if test "$OE_START_SSHSERVER" = "yes" \
|
||||
@@ -35,5 +32,3 @@
|
||||
/usr/sbin/dropbear -b /etc/issue -P /var/run/dropbear.pid
|
||||
fi
|
||||
)&
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user