devops-lab4/daemon-files/hive-hm

11 lines
260 B
Plaintext

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