mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/sbin/openrc-run
 | |
| 
 | |
| name="oFono"
 | |
| description="oFono mobile telephony daemon"
 | |
| 
 | |
| command="/usr/sbin/ofonod"
 | |
| command_args="-n $command_args"
 | |
| command_background="yes"
 | |
| pidfile="/run/$RC_SVCNAME.pid"
 | |
| 
 | |
| depend() {
 | |
| 	need dbus
 | |
| }
 |