Files

13 lines
234 B
Desktop File
Raw Permalink Normal View History

2025-10-26 21:40:52 -05:00
[Unit]
2025-12-29 15:15:35 -05:00
Description=PostgREST FWD
2025-10-26 21:40:52 -05:00
After=network.target
[Service]
User=postgrest
Group=postgrest
2025-12-29 15:15:35 -05:00
ExecStart=/usr/local/bin/postgrest /etc/postgrest/config_fwd
2025-10-26 21:40:52 -05:00
ExecReload=/bin/kill -SIGUSR1 $MAINPID
[Install]
WantedBy=multi-user.target