mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
16 lines
No EOL
243 B
Desktop File
16 lines
No EOL
243 B
Desktop File
[Unit]
|
|
Description=PostgREST Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ubuntu
|
|
|
|
WorkingDirectory=/bin
|
|
EnvironmentFile=/home/ubuntu/app/.env
|
|
RestartSec=1
|
|
ExecStart=/bin/postgrest
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |