packages/net/oidentd/files/oidentd.init

13 lines
173 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=85
start() {
service_start /usr/sbin/oidentd -m -f 113
}
stop() {
service_stop /usr/sbin/oidentd
}