mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
pidfile="/run/hf2-data-server.pid"
|
|
command="/opt/bin/ziServer"
|
|
command_args=""
|
|
|
|
depend() {
|
|
need net
|
|
}
|