2 # Copyright 1999-2017 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
5 : ${config_file:="/etc/${RC_SVCNAME}.conf"}
9 command="/usr/bin/mongos"
10 command_args="--config ${config_file}"
11 command_background="true"
12 pidfile="/run/${RC_SVCNAME}.pid"
13 command_user="${user}:${group}"
14 required_files="${config_file}"