2025-03-31 19:50:26 +03:00
|
|
|
#!/sbin/openrc-run
|
|
|
|
|
2025-04-09 13:34:56 +03:00
|
|
|
command="./DevOpsProject.HiveMind.API"
|
|
|
|
command_args=""
|
2025-03-31 19:50:26 +03:00
|
|
|
pidfile="/run/hive-hm.pid"
|
|
|
|
supervisor="supervise-daemon"
|
|
|
|
|
2025-04-09 13:34:56 +03:00
|
|
|
start_pre() {
|
|
|
|
cd /hiveemulator/src/CommunicationControl/DevOpsProject.HiveMind.API/bin/Debug/net8.0/
|
|
|
|
}
|
|
|
|
|
2025-03-31 19:50:26 +03:00
|
|
|
depend() {
|
|
|
|
need hive-cc
|
|
|
|
}
|