mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			262 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			262 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/sbin/openrc-run
 | |
| supervisor=supervise-daemon
 | |
| name=$RC_SVCNAME
 | |
| command="/usr/bin/kopano-dagent"
 | |
| command_args="-l -c /etc/kopano/dagent.cfg"
 | |
| depend() {
 | |
| 	need net kopano-server
 | |
| }
 | |
| 
 | |
| start_pre() {
 | |
| 	checkpath -d  -m 750 -o kopano-core:kopano /var/lib/kopano/dagent
 | |
| }
 |