9 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#!/sbin/openrc-run
 | 
						|
 | 
						|
name=$RC_SVCNAME
 | 
						|
description="<YOUR Service Description>"
 | 
						|
 | 
						|
pidfile="/run/$RC_SVCNAME.pid"
 | 
						|
command="/media/mmcblk0p1/<YOUR Binary Name>"
 | 
						|
command_background="yes"
 |