summaryrefslogtreecommitdiff
blob: cf56478deb19751ae1fa93c9889392db99cc7743 (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/labone-data-server.pid"
command="/opt/bin/ziDataServer"
command_args=""

depend() {
    need network
}