Fix postgresql-setup args

This commit is contained in:
Jamil Bou Kheir
2021-07-26 12:03:22 -07:00
parent 767b14a999
commit 010e8fb974
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ yum install -y \
postgresql-server \
systemd \
iptables
postgresql-setup initdb
postgresql-setup --initdb --unit postgresql
systemctl restart postgresql
# Install WireGuard

View File

@@ -8,7 +8,7 @@ yum install -y \
postgresql-server \
systemd \
iptables
postgresql-setup initdb
postgresql-setup --initdb --unit postgresql
systemctl restart postgresql
# Install WireGuard

View File

@@ -9,10 +9,10 @@ yum install -y \
systemd \
iptables \
wireguard-tools
postgresql-setup initdb
postgresql-setup --initdb --unit postgresql
systemctl restart postgresql
rpm -ivh /tmp/firezone*.rpm
systemctl start firezone || true
systemctl start firezone
systemctl status firezone.service
journalctl -xeu firezone

View File

@@ -9,10 +9,10 @@ yum install -y \
systemd \
iptables \
wireguard-tools
postgresql-setup initdb
postgresql-setup --initdb --unit postgresql
systemctl restart postgresql
rpm -ivh /tmp/firezone*.rpm
systemctl start firezone || true
systemctl start firezone
systemctl status firezone.service
journalctl -xeu firezone