9 lines
195 B
Desktop File
9 lines
195 B
Desktop File
[Unit]
|
|
Description=Very Secure FTP Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf -obackground=NO -olisten=NO -olisten_ipv6=NO
|
|
StandardInput=socket
|
|
SuccessExitStatus=2
|