diff options
| -rwxr-xr-x | meta-networking/recipes-daemons/vsftpd/files/init | 9 |
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 d0ec010dc7..72adf0d9ad 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 | |||
| 2 | DAEMON=/usr/sbin/vsftpd | 11 | DAEMON=/usr/sbin/vsftpd |
| 3 | NAME=vsftpd | 12 | NAME=vsftpd |
| 4 | DESC="FTP Server" | 13 | DESC="FTP Server" |
