mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	 17615d43cb
			
		
	
	17615d43cb
	
	
	
		
			
			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
 |