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

13 lines
232 B
Desktop File

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