The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bind#293d93455e05945f11b4ee320db6a2fa4f31e43c
		
			
				
	
	
		
			18 lines
		
	
	
		
			845 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			845 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # BIND named process options
 | |
| # ~~~~~~~~~~~~~~~~~~~~~~~~~~
 | |
| #
 | |
| # OPTIONS="whatever"     --  These additional options will be passed to named
 | |
| #                            at startup. Don't add -t here, enable proper
 | |
| #                            -chroot.service unit file.
 | |
| #
 | |
| # NAMEDCONF=/etc/named/alternate.conf
 | |
| #                        --  Don't use -c to change configuration file.
 | |
| #                            Extend systemd named.service instead or use this
 | |
| #                            variable.
 | |
| #
 | |
| # DISABLE_ZONE_CHECKING  --  By default, service file calls named-checkzone
 | |
| #                            utility for every zone to ensure all zones are
 | |
| #                            valid before named starts. If you set this option
 | |
| #                            to 'yes' then service file doesn't perform those
 | |
| #                            checks.
 |