16 lines
		
	
	
		
			443 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			443 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ZoL userland configuration.
 | |
| 
 | |
| # uncomment the following line to mount zfs at startup
 | |
| #ZFS_MOUNT=yes
 | |
| 
 | |
| # Wait this many seconds during system start for pool member devices to appear
 | |
| # before attempting import and starting mountall.
 | |
| ZFS_AUTOIMPORT_TIMEOUT='30'
 | |
| 
 | |
| # Run `zfs share -a` during system start?
 | |
| # nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
 | |
| ZFS_SHARE='no'
 | |
| 
 | |
| # Run `zfs unshare -a` during system stop?
 | |
| ZFS_UNSHARE='no'
 | 
