Files
c-relay-pg/systemd/pgweb.service
T

15 lines
329 B
Desktop File

[Unit]
Description=pgweb - PostgreSQL web UI
After=network.target postgresql.service
Wants=postgresql.service
[Service]
Type=simple
User=user
ExecStart=/usr/local/bin/pgweb --url "postgres://crelay:crelay@localhost:5432/crelay?sslmode=disable" --listen 8091
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target