Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update linux.md #577

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/docs/Installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ sudo systemctl stop ztnet

### Enable at boot (default)

To stop the `ztnet` service, run the following command:
To let the `ztnet` service start at boot, run the following command:

```bash
sudo systemctl enable ztnet
```

### Disable at boot

To stop the `ztnet` service, run the following command:
To stop the `ztnet` service from starting at boot, run the following command:

```bash
sudo systemctl disable ztnet
Expand All @@ -113,4 +113,4 @@ curl -s http://install.ztnet.network | sudo bash -s -- -u
The installation scripts is available in the [install.ztnet](https://github.com/sinamics/ztnet/tree/main/install.ztnet) folder in main repository.

## Ztnet Environment Variables
See [Environment Variables](/installation/options#environment-variables) for more information.
See [Environment Variables](/installation/options#environment-variables) for more information.
Loading