mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 17:37:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [Service]
 | |
| # The overlayfs is not BTRFS and errors out, so the actual partition needs
 | |
| # to be specified.
 | |
| ExecStartPre=
 | |
| ExecStartPre=-btrfs balance cancel /var
 | |
| #ExecStartPre=-btrfs balance cancel /var/home
 | |
| ExecStart=
 | |
| ExecStart=btrfs balance start --full-balance /var
 | |
| #ExecStart=btrfs balance start --full-balance /var/home
 |