Skip to content

Commit e51770a

Browse files
committed
Minor copyediting
1 parent 0eafa43 commit e51770a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,21 @@ Then in your `configuration.nix`,
7575
```
7676

7777
### Managing the server
78-
Once you have configured the Valheim server it will run as a service. You can manage this service using `systemctl` and `journalctl`.
78+
The NixOS module in this flake runs Valheim server as a systemd service, which you can manage this service using `systemctl` and `journalctl`.
7979

8080
```sh
81-
# Start, stop or restart the server. (requires superuser)
81+
# Start, stop, or restart the server (requires superuser).
8282
$ systemctl <start|stop|restart> valheim
8383
```
8484

8585
```sh
86-
# Shows the runtime status with most recent log data.
86+
# Show the runtime status with most recent log data.
8787
$ systemctl status valheim
8888
```
89+
Note that `nixos-rebuild switch` automatically restarts the service if any attributes under `services.valheim` are changed. Also be aware that stopping a service does not disable it, and the service will be started again on next boot, `nixos-rebuild switch`, etc.
8990

9091
```sh
91-
# Shows live logs from the server.
92+
# Show live log from the service.
9293
$ journalctl -u valheim -f
9394
```
9495

0 commit comments

Comments
 (0)