vsftpd/vsftpd@.service
Jiri Skala 23839f758d updated man pages - systemd multiple instances
fixed #913519 - login fails
fixed #719434 - Provide native systemd unit file
replaced systemd path by _unitdir macro
2013-09-10 09:22:08 +02:00

11 lines
184 B
Desktop File

[Unit]
Description=Vsftpd ftp daemon
After=network.target
PartOf=vsftpd.target
[Service]
Type=forking
ExecStart=/usr/sbin/vsftpd /etc/vsftpd/%i.conf
[Install]
WantedBy=vsftpd.target