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