Files
gentoo/sci-electronics/labone/files/labone-data-server
Andreas K. Hüttel 435b6b96cb sci-electronics/labone: Various fixes and improvements
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-11-09 20:16:28 +01:00

14 lines
298 B
Plaintext

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