Solved ProFTPd

factor

Verified User
Joined
Jul 22, 2017
Messages
3,756
Location
USA
The current RC script needs a line changed to work. The pid and command line should be
Code:
command=/usr/local/sbin/proftpd
pidfile=$(grep PidFile ${proftpd_config} | awk '{print($2)}')

I notified DA as well.
 
Last edited:
Back
Top