[Unit] Description=Gemini browser keeper After=network-online.target Wants=network-online.target [Service] Type=simple Environment=HTTPS_PROXY=__PROXY_URL__ Environment=HTTP_PROXY=__PROXY_URL__ ExecStart=/usr/bin/env python3 __INSTALL_DIR__/browser_keeper.py --browser __BROWSER__ --cookie-path __COOKIE_PATH__ --profile-dir __PROFILE_DIR__ --gemini-url __GEMINI_URL__ --proxy-url __PROXY_URL__ Restart=always RestartSec=10 [Install] WantedBy=multi-user.target