summaryrefslogtreecommitdiff
blob: ef4e20cf37c81b8ab9747f6259b0ebe44363062d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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 ${?}
}