15 lines
306 B
Desktop File
15 lines
306 B
Desktop File
[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
|