From a8ad74f1c2a326a59847031e77c693a1c2010cd3 Mon Sep 17 00:00:00 2001 From: Lorenzo Pivetta Date: Fri, 31 Jul 2020 09:55:40 +0200 Subject: [PATCH] Initial import --- starter.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 starter.conf diff --git a/starter.conf b/starter.conf new file mode 100644 index 0000000..b2614be --- /dev/null +++ b/starter.conf @@ -0,0 +1,17 @@ +# starter.conf +# +# WARNING! WARNING! WARNING! +# +# This file is under revision control. +# Do **NOT** edit this file! Your changes will be overwritten! + +USER=controls +USERID=`id -u ${USER}` +RTPRIO=0 +STACKSIZE=1024 + +export TANGO_HOST=srv-tango-srf-01:20000 +export PATH=/bin:/usr/bin:/usr/local/tango-9.3.3/bin +export LD_LIBRARY_PATH=/usr/local/zeromq-4.0.8/lib:/usr/local/omniorb-4.2.3/lib:/usr/local/tango-9.3.3/lib:/usr/local/lib:/runtime/lib + +# EOF -- GitLab