0
0
mirror of https://github.com/openwrt/routing.git synced 2025-02-23 18:35:06 +00:00
routing/mrd6/files/mrd6.init
2014-03-14 09:21:45 +01:00

14 lines
179 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=50
start() {
service_start /usr/sbin/mrd6 -f /etc/mrd6.conf -D
}
stop() {
service_stop /usr/sbin/mrd6
}