15 lines
		
	
	
		
			262 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			262 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#!/sbin/openrc-run
 | 
						|
 | 
						|
command="./DevOpsProject.CommunicationControl.API"
 | 
						|
command_args=""
 | 
						|
pidfile="/run/hive-cc.pid"
 | 
						|
supervisor="supervise-daemon"
 | 
						|
 | 
						|
start_pre() {
 | 
						|
	cd /hiveemulator/src/CommunicationControl/DevOpsProject/bin/Debug/net8.0/
 | 
						|
}
 | 
						|
 | 
						|
depend() {
 | 
						|
	need redis
 | 
						|
}
 |