Files
mir-godot/tools/centos/etc/systemd/system/game.service
GeekROS 2c392f7590 1.0.0
2024-03-04 00:05:39 +08:00

15 lines
281 B
Desktop File

[Unit]
Description=Game
After=syslog.target network.target
[Service]
Type=simple
User=root
Environment=GODOT_SILENCE_ROOT_WARNING=1
WorkingDirectory=/data/wwwroot/game/
ExecStart=/data/wwwroot/game/server.x86_64 --headless
Restart=on-failure
[Install]
WantedBy=multi-user.target