summaryrefslogtreecommitdiff
path: root/sci-electronics/labone/files/labone-data-server
blob: 62b5cab8521477287d66886942b5f15065daaade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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="-l /var/log/labone"
supervisor=supervise-daemon
command_user=nobody

depend() {
    need net
}