#!/sbin/openrc-run command="/usr/bin/dotnet" command_args="run --project /hiveemulator/src/CommunicationControl/DevOpsProject.HiveMind.API/DevOpsProject.HiveMind.API.csproj" pidfile="/run/hive-hm.pid" supervisor="supervise-daemon" depend() { need hive-cc }