summaryrefslogtreecommitdiff
path: root/sci-electronics/labone/files/hf2-data-server
blob: b9fa83ad3acd9fbf640e34bb744df97a26dd6ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
}