mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			327 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			327 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| SYS_SERVICE_ALL_ENABLED:      "{{ MODE_DEBUG }}"
 | |
| SYS_SERVICE_DEFAULT_STATE:    "{{ 'restarted' if MODE_DEBUG else omit }}"
 | |
| SYS_SERVICE_DEFAULT_RUNTIME:  "86400s"    # Maximum total runtime a service is allowed to run before being stopped
 | |
| SYS_SERVICE_SUPPRESS_FLUSH:   []          # Services where the flush should be suppressed |