11 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#!/sbin/openrc-run
 | 
						|
 | 
						|
command="/usr/bin/dotnet"
 | 
						|
command_args="run --project /hiveemulator/src/CommunicationControl/DevOpsProject/DevOpsProject.CommunicationControl.API.csproj"
 | 
						|
pidfile="/run/hive-cc.pid"
 | 
						|
supervisor="supervise-daemon"
 | 
						|
 | 
						|
depend() {
 | 
						|
	need redis
 | 
						|
}
 |