1[Unit] 2Description=proftpd Daemon 3After=network.target 4 5[Service] 6Type=forking 7ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf 8StandardError=syslog 9 10[Install] 11WantedBy=default.target 12 13