diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-09 20:10:16 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-09 20:16:28 +0100 |
commit | 435b6b96cb51d5a1c430a8040e7e87c717a948b4 (patch) | |
tree | fc91b2c5723c0ac20cf1136f8fc95254b2753c0b /sci-electronics/labone | |
parent | sys-apps/kexec-tools: Bump to version 2.0.23 (diff) | |
download | gentoo-435b6b96cb51d5a1c430a8040e7e87c717a948b4.tar.gz gentoo-435b6b96cb51d5a1c430a8040e7e87c717a948b4.tar.bz2 gentoo-435b6b96cb51d5a1c430a8040e7e87c717a948b4.zip |
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>
Diffstat (limited to 'sci-electronics/labone')
-rw-r--r--[-rwxr-xr-x] | sci-electronics/labone/files/hf2-data-server | 2 | ||||
-rw-r--r-- | sci-electronics/labone/files/hf2-data-server.conf | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | sci-electronics/labone/files/labone-data-server | 6 | ||||
-rw-r--r-- | sci-electronics/labone/files/labone-data-server.conf | 2 | ||||
-rw-r--r-- | sci-electronics/labone/labone-21.08.20515-r1.ebuild (renamed from sci-electronics/labone/labone-21.08.20515.ebuild) | 2 |
5 files changed, 11 insertions, 3 deletions
diff --git a/sci-electronics/labone/files/hf2-data-server b/sci-electronics/labone/files/hf2-data-server index c9bc2807afcf..b9fa83ad3acd 100755..100644 --- a/sci-electronics/labone/files/hf2-data-server +++ b/sci-electronics/labone/files/hf2-data-server @@ -7,5 +7,5 @@ command="/opt/bin/ziServer" command_args="" depend() { - need network + need net } diff --git a/sci-electronics/labone/files/hf2-data-server.conf b/sci-electronics/labone/files/hf2-data-server.conf index 3f9caccc0709..db93c775c456 100644 --- a/sci-electronics/labone/files/hf2-data-server.conf +++ b/sci-electronics/labone/files/hf2-data-server.conf @@ -1,2 +1,4 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# Configuration file for hf2-data-server diff --git a/sci-electronics/labone/files/labone-data-server b/sci-electronics/labone/files/labone-data-server index cf56478deb19..62b5cab85214 100755..100644 --- a/sci-electronics/labone/files/labone-data-server +++ b/sci-electronics/labone/files/labone-data-server @@ -4,8 +4,10 @@ pidfile="/run/labone-data-server.pid" command="/opt/bin/ziDataServer" -command_args="" +command_args="-l /var/log/labone" +supervisor=supervise-daemon +command_user=nobody depend() { - need network + need net } diff --git a/sci-electronics/labone/files/labone-data-server.conf b/sci-electronics/labone/files/labone-data-server.conf index 3f9caccc0709..bee6a54310fa 100644 --- a/sci-electronics/labone/files/labone-data-server.conf +++ b/sci-electronics/labone/files/labone-data-server.conf @@ -1,2 +1,4 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# Configuration file for labone-data-server diff --git a/sci-electronics/labone/labone-21.08.20515.ebuild b/sci-electronics/labone/labone-21.08.20515-r1.ebuild index 59b710589333..0c0c263143ff 100644 --- a/sci-electronics/labone/labone-21.08.20515.ebuild +++ b/sci-electronics/labone/labone-21.08.20515-r1.ebuild @@ -67,6 +67,8 @@ src_install() { make_desktop_entry /opt/bin/startziWebServer "ZI LabOne" zi-labone "Science;Physics;Engineering" + keepdir /var/log/labone + fowners nobody /var/log/labone else insinto "${installation_directory}/API/C/lib" |