#!/sbin/openrc-run

command="/usr/sbin/mtg"
command_args="run $MTG_CONFIG"
command_background=yes
command_user=mtg:mtg
pidfile="/run/$RC_SVCNAME.pid"

depend() {
	need net
	after firewall
}
