#!/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 }