packages/net/bitlbee/files/bitlbee.init

12 lines
139 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
start() {
mkdir -p /var/lib/bitlbee
bitlbee -D
}
stop() {
killall bitlbee
}