1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/net/oidentd/files/oidentd.init
Nicolas Thill 602671d59b packages/oidentd: use new service functions
SVN-Revision: 28913
2011-11-09 23:43:26 +00:00

13 lines
173 B
Bash

#!/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
}