devops-lab4/daemon-files/hive-map

15 lines
193 B
Plaintext
Raw Permalink Normal View History

#!/sbin/openrc-run
command="npm"
command_args="run dev"
pidfile="/run/hive-map.pid"
supervisor="supervise-daemon"
depend() {
need hive-cc
}
2025-04-09 13:34:56 +03:00
start_pre() {
cd /hiveemulator/src/MapClient/
}