mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
vsftpd / init: add LSB init infos
Keep compatibility with chkconfig tool. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
ac4e327ee7
commit
69d36cea15
@@ -1,4 +1,13 @@
|
||||
#!/bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: vsftpd
|
||||
# Default-Start: 2345
|
||||
# Default-Stop: 016
|
||||
# Short-Description: Very Secure Ftp Daemon
|
||||
# Description: vsftpd is a Very Secure FTP daemon. It was written completely from
|
||||
# scratch
|
||||
### END INIT INFO
|
||||
|
||||
DAEMON=/usr/sbin/vsftpd
|
||||
NAME=vsftpd
|
||||
DESC="FTP Server"
|
||||
|
||||
Reference in New Issue
Block a user