11 lines
218 B
Desktop File
11 lines
218 B
Desktop File
[Unit]
|
|
Description=Vsftpd ftp daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/usr/libexec/vsftpd-checkconfig.sh
|
|
ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|