devops-lab4/daemon-files/hive-cc

15 lines
262 B
Plaintext
Raw Normal View History

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