15 lines
193 B
Plaintext
15 lines
193 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command="npm"
|
|
command_args="run dev"
|
|
pidfile="/run/hive-map.pid"
|
|
supervisor="supervise-daemon"
|
|
|
|
depend() {
|
|
need hive-cc
|
|
}
|
|
|
|
start_pre() {
|
|
cd /hiveemulator/src/MapClient/
|
|
}
|