game.service 271 B

12345678910111213
  1. [Unit]
  2. Description=Game
  3. After=syslog.target network.target
  4. [Service]
  5. Type=simple
  6. Environment=GODOT_SILENCE_ROOT_WARNING=1
  7. WorkingDirectory=/data/wwwroot/game/
  8. ExecStart=/data/wwwroot/game/server.x86_64 --headless
  9. Restart=on-failure
  10. [Install]
  11. WantedBy=multi-user.target