2020-10-15 20:29:21 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Vsftpd ftp daemon
|
2020-11-03 17:05:29 +00:00
|
|
|
After=network-online.target
|
2020-10-15 20:29:21 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|