diff --git a/proftpd.init b/proftpd.init index f00f790..b4052b9 100755 --- a/proftpd.init +++ b/proftpd.init @@ -11,13 +11,14 @@ # including support for multiple 'virtual' FTP servers, \ # anonymous FTP, and permission-based directory visibility. # processname: proftpd -# config: /etc/proftp.conf +# config: /etc/proftpd.conf # pidfile: /var/run/proftpd/proftpd.pid ### BEGIN INIT INFO # Provides: proftpd ftpserver # Required-Start: $local_fs $network $named $remote_fs # Required-Stop: $local_fs $network $named $remote_fs +# Default-Stop: 0 1 6 # Short-Description: ProFTPd FTP Server # Description: ProFTPd is an enhanced FTP server with a focus towards # simplicity, security, and ease of configuration.