summarylogtreecommitdiffstats
path: root/pgweb.service
blob: 19fb240398fc404e73f0d48728c1ac6e2791ea6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Web client (GUI) for PostgreSQL databases
After=syslog.target network.target

[Service]
Type=simple
EnvironmentFile=/etc/conf.d/pgweb
ExecStart=/usr/bin/pgweb $PGWEB_OPTIONS
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
NoNewPrivilegies=true
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ReadOnlyPaths=/

[Install]
WantedBy=multi-user.target