10 lines
		
	
	
		
			155 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| # vim:ft=systemd:
 | |
| [Unit]
 | |
| Description=Autocategorize service
 | |
| 
 | |
| [Service]
 | |
| ExecStart=%h/.config/systemd/user/autocategorize
 | |
| 
 | |
| [Install]
 | |
| WantedBy=default.target
 |