mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/sbin/openrc-run
 | |
| 
 | |
| command="/usr/bin/clash"
 | |
| command_args="-d /etc/clash"
 | |
| command_background=true
 | |
| pidfile="/run/$RC_SVCNAME.pid"
 | |
| 
 | |
| depend() {
 | |
|   need net
 | |
|   use dns logger netmount
 | |
| }
 |