You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/freewnn/files/freewnn.initd

17 lines
283 B

#!/sbin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/bin/Wnn4/jserver"
depend() {
use logger
need net
}
stop() {
ebegin "Stopping ${name:-${RC_SVCNAME}}"
/usr/bin/Wnn4/wnnkill
eend ${?}
}