2016-05-18 11:44:03 +03:00
|
|
|
#!/sbin/openrc-run
|
2017-07-18 21:39:16 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2017-07-18 21:39:16 +03:00
|
|
|
command="/usr/bin/Wnn4/jserver"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2017-07-18 21:39:16 +03:00
|
|
|
depend() {
|
|
|
|
use logger
|
|
|
|
need net
|
2011-11-09 11:33:19 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
stop() {
|
2017-07-18 21:39:16 +03:00
|
|
|
ebegin "Stopping ${name:-${RC_SVCNAME}}"
|
|
|
|
/usr/bin/Wnn4/wnnkill
|
|
|
|
eend ${?}
|
2011-11-09 11:33:19 +04:00
|
|
|
}
|