summaryrefslogtreecommitdiff
path: root/app-i18n/multiskkserv/files/multiskkserv.initd
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/multiskkserv/files/multiskkserv.initd')
-rw-r--r--app-i18n/multiskkserv/files/multiskkserv.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-i18n/multiskkserv/files/multiskkserv.initd b/app-i18n/multiskkserv/files/multiskkserv.initd
new file mode 100644
index 000000000000..31c447da9d5d
--- /dev/null
+++ b/app-i18n/multiskkserv/files/multiskkserv.initd
@@ -0,0 +1,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
+}