mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 22:57:20 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/valheim
Normal file
22
tldr/linux/valheim
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Valheim
|
||||
|
||||
> Create and start a headless Valheim server.
|
||||
> Note: Configure the server by editing a copy of the `start_server.sh` script.
|
||||
> More information: <https://www.valheimgame.com/support/a-guide-to-dedicated-servers/>.
|
||||
|
||||
- Start the server:
|
||||
|
||||
`{{path/to/start_server.sh}}`
|
||||
|
||||
- Stop the server gracefully:
|
||||
|
||||
`<Ctrl c>`
|
||||
|
||||
- Start the server using the provided Docker script:
|
||||
|
||||
`{{path/to/docker_start_server.sh}} {{path/to/start_server.sh}}`
|
||||
Reference in New Issue
Block a user