blob: 681fa2b61f7225562d87619470ef13249ac2dcdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=pREST (PostgreSQL REST), simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
Documentation=https://prestd.com/
After=network-online.target postgresql.service docker.service
[Service]
Restart=on-failure
ExecStart=/usr/bin/prestd
WorkingDirectory=/etc
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=strict
[Install]
WantedBy=multi-user.target
|