mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dropbear:
- simplyfing init script
This commit is contained in:
parent
55817ff56b
commit
4d4213a05c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user