mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/sbin/openrc-run
 | |
| supervisor=supervise-daemon
 | |
| name=$RC_SVCNAME
 | |
| command="/usr/bin/kopano-monitor"
 | |
| 
 | |
| depend() {
 | |
| 	need kopano-server
 | |
| }
 |