Files

15 lines
193 B
Plaintext
Raw Permalink Normal View History

2025-03-31 19:50:26 +03:00
#!/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() {
2025-03-31 19:50:26 +03:00
cd /hiveemulator/src/MapClient/
}