summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons')
-rwxr-xr-xmeta-networking/recipes-daemons/vsftpd/files/init9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/files/init b/meta-networking/recipes-daemons/vsftpd/files/init
index d0ec010dc..72adf0d9a 100755
--- a/meta-networking/recipes-daemons/vsftpd/files/init
+++ b/meta-networking/recipes-daemons/vsftpd/files/init
@@ -1,4 +1,13 @@
1#!/bin/sh 1#!/bin/sh
2### BEGIN INIT INFO
3# Provides: vsftpd
4# Default-Start: 2345
5# Default-Stop: 016
6# Short-Description: Very Secure Ftp Daemon
7# Description: vsftpd is a Very Secure FTP daemon. It was written completely from
8# scratch
9### END INIT INFO
10
2DAEMON=/usr/sbin/vsftpd 11DAEMON=/usr/sbin/vsftpd
3NAME=vsftpd 12NAME=vsftpd
4DESC="FTP Server" 13DESC="FTP Server"