ansible-postgresql/templates/installation/postgrest.service.j2
2022-05-26 14:08:42 +02:00

13 lines
273 B
Django/Jinja

[Unit]
Description=REST API for any PostgreSQL database
After=postgresql.service
[Service]
User=postgrest
Group=postgrest
ExecStart=/opt/PostgREST/postgrest_current /etc/postgrest/postgrest.conf
ExecReload=/bin/kill -SIGUSR1 $MAINPID
[Install]
WantedBy=multi-user.target