aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service
diff options
context:
space:
mode:
Diffstat (limited to 'pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service')
-rw-r--r--pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service b/pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service
deleted file mode 100644
index 007ca36..0000000
--- a/pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service
+++ /dev/null
@@ -1,16 +0,0 @@
-# PGaaS - PostgreSQL as a Service
-#
-# The PGaaS iDNS server provides information on the system, primarily for the iDNS system
-
-[Unit]
-Description=PGaaS iDNS server
-
-[Service]
-User=postgres
-Group=postgres
-ExecStart= /opt/app/pgaas/lib/iDNS-responder
-Restart=always
-RestartSec=10
-
-[Install]
-WantedBy=multi-user.target