ToolJet/deploy/ec2/postgrest.service
Akshay 2ce4fa5d64
Chore: Update AMI for v2 (#5225)
* update ami setup for v2

* revert branch name
2023-01-09 14:57:48 +05:30

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