[Unit]
Description=Charter Account 2 Demo - Read-Only Dashboard v2 (Basic Auth)
After=network-online.target

[Service]
Type=simple
User=charter
Group=charter
WorkingDirectory=/opt/charter-live/live_deploy_v2
Environment="PYTHONPATH=/opt/charter-live/live_deploy_v2"
Environment="V2_DASHBOARD_PORT=10002"
EnvironmentFile=/opt/charter-live/live_deploy_v2/.v2_dash_creds
ExecStart=/opt/charter/venv/bin/python -u /opt/charter-live/live_deploy_v2/v2_dashboard.py
Restart=on-failure
RestartSec=10
StandardOutput=append:/opt/charter-live/live_deploy_v2/logs/v2_dashboard.out
StandardError=append:/opt/charter-live/live_deploy_v2/logs/v2_dashboard.err

[Install]
WantedBy=multi-user.target
