Dear Maintainer,
I'm willing to know if you have any plans to migrate the current sysv init.d pure-ftpd file to systemd. I have seen that
the current buster beta package is using init.d.
I think that this will be a nice improvement, because people don't really know how to tune it mainly because it is
hidden onto the /run/systemd/generator.late/ folder.
My proposal is this simple one:
***INIT PROPOSAL
[Unit]
Documentation=man:pure-ftpd(8)
Description=Pure-FTPd FTP server
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/var/run/pure-ftpd/pure-ftpd.pid
ExecStart=/usr/sbin/pure-ftpd
Restart=on-failure
[Install]
WantedBy=multi-user.target
***END PROPOSAL