summarylogtreecommitdiffstats
path: root/tao-cosnaming.service
diff options
context:
space:
mode:
authorFrederick Hornsey2020-02-02 00:59:18 -0600
committerFrederick Hornsey2020-02-02 00:59:39 -0600
commit203743532b88796a3ffa18fa8a2303887cfb8578 (patch)
tree7ba43524393257bce700e105c8ae14757524a007 /tao-cosnaming.service
parent220356cc8566204267bed41b6aae568dcc87e180 (diff)
downloadaur-203743532b88796a3ffa18fa8a2303887cfb8578.tar.gz
3.13.3-1
- Update to OpenDDS version 3.13.3 - Switch to using DOC Group ACE/TAO (version 2.5.7) - To fix glibc 2.30 issues (see https://github.com/objectcomputing/OpenDDS/issues/1394) - Remove TAO/CCM/whatever service and patches, since they really don't have much to do with OpenDDS. - Patch Building DevGuideExamples Out - Backport fixes for installed OpenDDS from what will become 3.14. Based on these PRs: - https://github.com/objectcomputing/OpenDDS/pull/1429 - https://github.com/objectcomputing/OpenDDS/pull/1440
Diffstat (limited to 'tao-cosnaming.service')
-rw-r--r--tao-cosnaming.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/tao-cosnaming.service b/tao-cosnaming.service
deleted file mode 100644
index e5f46bc79442..000000000000
--- a/tao-cosnaming.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=TAO Naming Service
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/tao/tao-cosnaming.pid
-EnvironmentFile=/etc/tao/tao-cosnaming.opt
-User=tao
-Group=tao
-ExecStart=/usr/bin/tao_cosnaming -p /run/tao/tao-cosnaming.pid $OPTIONS -ORBSvcConf /etc/tao/tao-cosnaming.conf -ORBDaemon
-
-[Install]
-WantedBy=multi-user.target