ProFTPd service shuts down automatically
March 28th, 2016
No comments
Edit:
/etc/init.d/proftpd |
Find this line:
start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile "$PIDFILE" |
Change to this:
start-stop-daemon --stop --signal $SIGNAL --retry 1 --quiet --pidfile "$PIDFILE" |
Categories: How to ... ?, Linux, Quick Tips