diff --git a/scripts/gateway-systemd-install.sh b/scripts/gateway-systemd-install.sh index 50b18d127..8dbd3cdc9 100755 --- a/scripts/gateway-systemd-install.sh +++ b/scripts/gateway-systemd-install.sh @@ -64,7 +64,7 @@ Environment="OTLP_GRPC_ENDPOINT=$FIREZONE_OTLP_GRPC_ENDPOINT" ExecStartPre=/usr/local/bin/firezone-gateway-init # ExecStart script -ExecStart=/usr/local/bin/firezone-gateway +ExecStart=/opt/firezone/bin/firezone-gateway # Restart on failure TimeoutStartSec=3s @@ -126,29 +126,42 @@ cat < /dev/null 2>&1 || iptables -A FORWARD -i tun-firezone -j ACCEPT