forked from Bananymous/banan-os
				
			init: Start AudioServer on boot
This commit is contained in:
		
							parent
							
								
									ef6ee78fd1
								
							
						
					
					
						commit
						e5786fe435
					
				|  | @ -42,6 +42,12 @@ int main(int argc, char** argv) | ||||||
| 		exit(1); | 		exit(1); | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  | 	if (fork() == 0) | ||||||
|  | 	{ | ||||||
|  | 		execl("/bin/AudioServer", "AudioServer", NULL); | ||||||
|  | 		exit(1); | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
| 	bool first = true; | 	bool first = true; | ||||||
| 
 | 
 | ||||||
| 	termios termios; | 	termios termios; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue