Files
devops-lab4/daemon-files/hive-hm
T

11 lines
260 B
Plaintext
Raw Normal View History

2025-03-31 19:50:26 +03:00
#!/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
}