#!/bin/sh

set -e

echo "Starting Redeye Service"
systemctl start redeye

sleep 5s

echo "Opening Browser: http://127.0.0.1:8443"
xdg-open "http://127.0.0.1:8443" 2>/dev/null >/dev/null &

