13 lines
		
	
	
		
			248 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			248 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
[Unit]
 | 
						|
Description=vsftpd FTP server
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf
 | 
						|
ExecReload=/bin/kill -HUP $MAINPID
 | 
						|
ExecStartPre=-/bin/mkdir -p /var/run/vsftpd/empty
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |