[Unit] Description=Shark Attack Fantasy Game Backend After=network.target [Service] Type=simple User=root WorkingDirectory=/root/shark-game/backend ExecStart=/root/shark-game/backend/venv/bin/python3 /root/shark-game/backend/server.py Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target