forked from ungleich-public/cdist
		
	__start_on_boot: add support for devuan
This commit is contained in:
		
					parent
					
						
							
								517493ea92
							
						
					
				
			
			
				commit
				
					
						46bbafa509
					
				
			
		
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -54,6 +54,9 @@ case "$state_should" in
 | 
				
			||||||
                        ;;
 | 
					                        ;;
 | 
				
			||||||
                    esac
 | 
					                    esac
 | 
				
			||||||
                ;;
 | 
					                ;;
 | 
				
			||||||
 | 
					                devuan)
 | 
				
			||||||
 | 
					                    echo "update-rc.d \"$name\" defaults >/dev/null"
 | 
				
			||||||
 | 
					                ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                gentoo)
 | 
					                gentoo)
 | 
				
			||||||
                    echo rc-update add \"$name\" \"$target_runlevel\"
 | 
					                    echo rc-update add \"$name\" \"$target_runlevel\"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue