mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Debug systemd start
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user