Files
srv-pub/cfg/pgr/postgrest_fwd.service

13 lines
234 B
Desktop File

[Unit]
Description=PostgREST FWD
After=network.target
[Service]
User=postgrest
Group=postgrest
ExecStart=/usr/local/bin/postgrest /etc/postgrest/config_fwd
ExecReload=/bin/kill -SIGUSR1 $MAINPID
[Install]
WantedBy=multi-user.target