aboutsummaryrefslogtreecommitdiff
path: root/net/fakeidentd/files/fakeidentd.init
blob: 4959ef224134b5ec3cc6b15486d4431491d58028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2012 OpenWrt.org

START=85

start() {
	service_start /usr/sbin/fakeidentd -r
}

stop() {
	service_stop /usr/sbin/fakeidentd
}