mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-04 04:00:36 +01:00 
			
		
		
		
	As bees is meant to be run as root only, move it to /usr/sbin which is usually not part of normal users path environment.
		
			
				
	
	
		
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Bees - Best-Effort Extent-Same, a btrfs deduplicator daemon: %i
 | 
						|
After=local-fs.target
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/sbin/beesd %i
 | 
						|
Nice=19
 | 
						|
IOSchedulingClass=idle
 | 
						|
CPUAccounting=true
 | 
						|
MemoryAccounting=true
 | 
						|
# CPUQuota=95%
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=local-fs.target
 |