1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 09:37:44 +02:00
openwrt-packages/net/fakeidentd/files/fakeidentd.init

13 lines
172 B
Plaintext
Raw Permalink Normal View History

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