blob: 24818407f4cbabc321b0ad42eac61b8faa01dac4 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh /etc/rc.common
2# Copyright (C) 2006-2011 OpenWrt.org
3
4START=50
5
6start() {
7 service_start /usr/sbin/mrd6 -f /etc/mrd6.conf -D
8}
9
10stop() {
11 service_stop /usr/sbin/mrd6
12}
13