Skip to content

Commit

Permalink
[infra] upgrade system wide installation to current
Browse files Browse the repository at this point in the history
  • Loading branch information
patatoid committed Jan 18, 2024
1 parent 4a56155 commit 36e73a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup.debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ User=root
WorkingDirectory=/opt/boruta
EnvironmentFile=/opt/boruta/.env.production
ExecStartPre=-su -w POSTGRES_USER,POSTGRES_PASSWORD - postgres -c "psql -c \"CREATE USER \${POSTGRES_USER} WITH CREATEDB PASSWORD '\${POSTGRES_PASSWORD}'\""
ExecStartPre=/opt/boruta/bin/boruta eval "Boruta.Release.setup()"
ExecStartPre=/opt/boruta/bin/boruta eval "BorutaWeb.Release.setup()"
ExecStartPre=/opt/boruta/bin/boruta eval "BorutaGateway.Release.setup()"
ExecStart=/opt/boruta/bin/boruta start
Restart=on-failure
Expand Down

0 comments on commit 36e73a0

Please sign in to comment.