remove dome defaults
This commit is contained in:
		
							parent
							
								
									6621459820
								
							
						
					
					
						commit
						67d6e77ccf
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,11 +1,8 @@
 | 
				
			||||||
svc_systemd = {
 | 
					svc_systemd = {
 | 
				
			||||||
    'swapfile-prepare.service': {
 | 
					    'swapfile-prepare.service': {
 | 
				
			||||||
        'enabled': True,
 | 
					 | 
				
			||||||
        'running': None,
 | 
					        'running': None,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    'swapfile.swap': {
 | 
					    'swapfile.swap': {
 | 
				
			||||||
        'enabled': True,
 | 
					 | 
				
			||||||
        'running': True,
 | 
					 | 
				
			||||||
        'needs': [
 | 
					        'needs': [
 | 
				
			||||||
            'svc_systemd:swapfile-prepare.service',
 | 
					            'svc_systemd:swapfile-prepare.service',
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue