aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/stage/opt/app/pgaas/init/systemd-pgaas-idns.service
blob: 007ca361096067d941367b10828875c20e5d9d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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