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