mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/sbin/openrc-run
 | |
| 
 | |
| command=/usr/sbin/mfschunkserver
 | |
| 
 | |
| depend() {
 | |
| 	need syslog
 | |
| 	after net
 | |
| }
 | |
| 
 |