[Unit] Description=alpaclaudia — Alpaca paper-trading loop After=network-online.target Wants=network-online.target [Service] Type=simple WorkingDirectory=/home/otto/finhacks EnvironmentFile=/home/otto/finhacks/.env ExecStart=/home/otto/finhacks/bot/.venv/bin/python -m alpaclaudia loop Restart=on-failure RestartSec=30 StandardOutput=append:/home/otto/finhacks/logs/systemd.log StandardError=append:/home/otto/finhacks/logs/systemd.log [Install] WantedBy=default.target