From 3b3bc0df44832b7b73447a477dae35d0d94d4578 Mon Sep 17 00:00:00 2001
From: Claudio Scafuri <claudio.scafuri@elettra.eu>
Date: Tue, 18 Feb 2020 14:27:32 +0100
Subject: [PATCH] transformed wrapper in to simlink

---
 src/gof-gateway-srv | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
 mode change 100755 => 120000 src/gof-gateway-srv

diff --git a/src/gof-gateway-srv b/src/gof-gateway-srv
deleted file mode 100755
index 8171668..0000000
--- a/src/gof-gateway-srv
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env python
-#
-# Template of main python server wrapper
-# Solves the problem of pogo generated Tango server file names  which are not easily handled by databeds and Starter.
-# 1) copy this template in the server directoy using the canonical server (executable) name: cp ../python-srv.template myclass-srv
-# 2) chmod +x myclass-srv
-# 3) edit myclass-srv ename MyClass to the actual class name of the python Tango server (you can also clean up these notes)
-#
-
-
-from GofGateway import main
-if __name__ == '__main__':
-    main()
-    
diff --git a/src/gof-gateway-srv b/src/gof-gateway-srv
new file mode 120000
index 0000000..1cd304b
--- /dev/null
+++ b/src/gof-gateway-srv
@@ -0,0 +1 @@
+GofGateway.py
\ No newline at end of file
-- 
GitLab