Rename exporter to export and fixt some debugging Account for files not matching the sender/title pattern Added a safety note Wrong regex on the name parser Renamed the command to something slightly less ambiguous
		
			
				
	
	
		
			12 lines
		
	
	
		
			304 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			304 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Paperless consumer
 | 
						|
 | 
						|
[Service]
 | 
						|
EnvironmentFile=/etc/conf.d/paperless
 | 
						|
User=paperless
 | 
						|
Group=paperless
 | 
						|
ExecStart=/home/paperless/project/virtualenv/bin/python /home/paperless/project/src/manage.py document_consumer -v $PAPERLESS_CONSUMPTION_VERBOSITY
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |