blob: 31c447da9d5dd1b03f927d201046b6e2f9f8dd86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/sbin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/sbin/${RC_SVCNAME}"
command_args="-r /usr/share/skk ${SKKJISYO_CDB}"
command_background="true"
pidfile="${pidfile:-/run/${RC_SVCNAME}.pid}"
depend() {
need net
}
|