1[Unit] 2Description=vsftpd FTP server 3After=network.target 4 5[Service] 6Type=simple 7ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf 8ExecReload=/bin/kill -HUP $MAINPID 9Restart=always 10 11[Install] 12WantedBy=multi-user.target 13
1[Unit] 2Description=vsftpd FTP server 3After=network.target 4 5[Service] 6Type=simple 7ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf 8ExecReload=/bin/kill -HUP $MAINPID 9Restart=always 10 11[Install] 12WantedBy=multi-user.target 13