[Unit]
Description=Google Chrome on Xvfb :99 with persistent profile
After=exult-xvfb.service
Requires=exult-xvfb.service

[Service]
User=claude
Group=claude
Environment=DISPLAY=:99
Environment=HOME=/home/claude
ExecStart=/usr/bin/google-chrome-stable --remote-debugging-port=9222 --remote-debugging-address=127.0.0.1 --remote-allow-origins=* --no-first-run --no-default-browser-check --disable-features=ChromeWhatsNewUI --user-data-dir=/home/claude/chrome-profile --start-maximized --window-position=0,0 about:blank
Restart=on-failure
RestartSec=3

[Install]
WantedBy=multi-user.target
