mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 02:44:08 +00:00
18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# Project Zomboid
|
|
|
|
> Start a headless Project Zomboid server.
|
|
> More information: <https://pzwiki.net/wiki/Dedicated_server>.
|
|
|
|
- Start the server:
|
|
|
|
`{{path/to}}/start-server.sh`
|
|
|
|
- Start a server with a specific name:
|
|
|
|
`{{path/to}}/start-server.sh -servername {{server_name}}`
|