#!/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/ }