You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/labone/files/hf2-data-server

12 lines
225 B

#!/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
}