1 2 3 4 5 6 7 8 9 10
[Unit] Description=FTPD Daemon After=network.target [Service] ExecStart=/usr/sbin/ftpd -D Type=forking [Install] WantedBy=multi-user.target