summaryrefslogtreecommitdiff
blob: 57fd448f801c7ca4253584c0205f7851858e1dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/sbin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

command="/usr/sbin/jserver"
command_args="${FREEWNN_OPTS}"

depend() {
	use logger
	need net
}

stop() {
	ebegin "Stopping ${name:-${RC_SVCNAME}}"
	/usr/sbin/wnnkill
	eend ${?}
}