[Unit]
Description=Independent read-only certification of account 2 trading flows
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
User=charter
Group=charter
WorkingDirectory=/opt/charter-live/live_deploy_v2/flow_certifier
ExecStart=/opt/charter/venv/bin/python -B /opt/charter-live/live_deploy_v2/flow_certifier/flow_certifier.py
TimeoutStartSec=50
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
ReadWritePaths=/opt/charter-live/live_deploy_v2/logs
UMask=0027
