aboutsummaryrefslogtreecommitdiffstats
path: root/postgresql-prep/src/stage/opt/app/postgresql-prep/init/systemd-pgaas-idns.service
blob: 8b9c84e90ea543dfe8a2565683e743b60d8fd84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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/postgresql-prep/bin/iDNS-responder.py
Restart=on-failure

[Install]
WantedBy=multi-user.target