| 
				
			 | 
			
			
				@@ -488,7 +488,7 @@ function install_rss_main { 
			 | 
		
	
		
			
			| 
				488
			 | 
			
				488
			 | 
			
			
				     # daemon to update feeds 
			 | 
		
	
		
			
			| 
				489
			 | 
			
				489
			 | 
			
			
				     echo '[Unit]' > /etc/systemd/system/ttrss.service 
			 | 
		
	
		
			
			| 
				490
			 | 
			
				490
			 | 
			
			
				     echo 'Description=ttrss_backend' >> /etc/systemd/system/ttrss.service 
			 | 
		
	
		
			
			| 
				491
			 | 
			
				
			 | 
			
			
				-    echo 'After=network.target mysql.service' >> /etc/systemd/system/ttrss.service 
			 | 
		
	
		
			
			| 
				
			 | 
			
				491
			 | 
			
			
				+    echo 'After=network.target mariadb.service' >> /etc/systemd/system/ttrss.service 
			 | 
		
	
		
			
			| 
				492
			 | 
			
				492
			 | 
			
			
				     echo 'After=tor.service' >> /etc/systemd/system/ttrss.service 
			 | 
		
	
		
			
			| 
				493
			 | 
			
				493
			 | 
			
			
				     echo '' >> /etc/systemd/system/ttrss.service 
			 | 
		
	
		
			
			| 
				494
			 | 
			
				494
			 | 
			
			
				     echo '[Service]' >> /etc/systemd/system/ttrss.service 
			 |