Debug systemd start

This commit is contained in:
Jamil Bou Kheir
2021-07-26 10:23:45 -07:00
parent de53ef663c
commit fcdfa0fb4a
7 changed files with 20 additions and 8 deletions

View File

@@ -17,4 +17,6 @@ yum install -y yum-plugin-elrepo
yum install -y kmod-wireguard wireguard-tools
rpm -ivh /tmp/firezone*.rpm
service firezone start
service firezone start || true
systemctl status firezone.service
journalctl -u firezone

View File

@@ -16,4 +16,6 @@ yum install -y epel-release elrepo-release
yum install -y kmod-wireguard wireguard-tools
rpm -ivh /tmp/firezone*.rpm
service firezone start
service firezone start || true
systemctl status firezone.service
journalctl -u firezone

View File

@@ -18,4 +18,6 @@ apt-get -q update
apt-get install wireguard-tools
dpkg -i /tmp/firezone*.deb
service firezone start
service firezone start || true
systemctl status firezone.service
journalctl -u firezone

View File

@@ -13,4 +13,6 @@ postgresql-setup initdb
systemctl restart postgresql
rpm -ivh /tmp/firezone*.rpm
service firezone start
service firezone start || true
systemctl status firezone.service
journalctl -u firezone

View File

@@ -13,4 +13,6 @@ postgresql-setup initdb
systemctl restart postgresql
rpm -ivh /tmp/firezone*.rpm
service firezone start
service firezone start || true
systemctl status firezone.service
journalctl -u firezone

View File

@@ -12,5 +12,5 @@ service postgresql start
dpkg -i /tmp/firezone*.deb
service firezone start || true
journalctl -xe
systemctl status firezone
systemctl status firezone.service
journalctl -u firezone

View File

@@ -11,4 +11,6 @@ apt-get install -y -q \
service postgresql start
dpkg -i /tmp/firezone*.deb
service firezone start
service firezone start || true
systemctl status firezone.service
journalctl -u firezone