mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
dropbear: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4806 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
#!/bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: sshd
|
||||
# Required-Start: $remote_fs $syslog $networking
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 1
|
||||
# Short-Description: Dropbear Secure Shell server
|
||||
### END INIT INFO
|
||||
#
|
||||
# Do not configure this file. Edit /etc/default/dropbear instead!
|
||||
#
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
require dropbear.inc
|
||||
|
||||
PR="r1"
|
||||
|
||||
Reference in New Issue
Block a user