14 lines
271 B
SYSTEMD
14 lines
271 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Game
|
||
|
|
After=syslog.target network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
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
|