# /etc/systemd/system/charter-v2-stats-dashboard.service [Unit] Description=Charter Account 2 Demo - Stats Dashboard v2 (port 5511, Basic Auth) After=network-online.target [Service] Type=simple User=charter Group=charter WorkingDirectory=/opt/charter-live/live_deploy_v2 Environment=PYTHONUNBUFFERED=1 Environment=V2_STATS_PORT=5511 EnvironmentFile=/opt/charter-live/live_deploy_v2/.v2_stats_creds ExecStart=/opt/charter/venv/bin/python -u /opt/charter-live/live_deploy_v2/v2_stats_dashboard.py Restart=on-failure RestartSec=10 TimeoutStopSec=20 StandardOutput=append:/opt/charter-live/live_deploy_v2/logs/v2_stats_dashboard.out StandardError=append:/opt/charter-live/live_deploy_v2/logs/v2_stats_dashboard.err [Install] WantedBy=multi-user.target