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, 16 insertions, 0 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
new file mode 100644
index 0000000..007ca36
--- /dev/null
+++ b/pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service
@@ -0,0 +1,16 @@
+# 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