packages/net/baresip/files/baresip.init

15 lines
207 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2010-2011 OpenWrt.org
# Copyright (C) 2010 Alfred E. Heggestad
#
START=92
start() {
service_start /usr/bin/baresip -d
}
stop() {
service_stop /usr/bin/baresip
}