Skip to content

Commit

Permalink
Testing other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Dec 3, 2023
1 parent 6c53ddf commit 148a7e0
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/ztnet/docs/Installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To check the status of the `ztnet` service, run the following command:
sudo systemctl status ztnet
```

### Starting the Service
### Starting the Service (default)

To start the `ztnet` service, run the following command:

Expand All @@ -51,7 +51,30 @@ sudo systemctl start ztnet
To stop the `ztnet` service, run the following command:

```bash
sudo systemctl stop ztnet
sudo systemctl stop ztnet
```

### Enable at boot (default)

To stop the `ztnet` service, run the following command:

```bash
sudo systemctl enable ztnet
```

### Disable at boot

To stop the `ztnet` service, run the following command:

```bash
sudo systemctl disable ztnet
```

## Testing other branches
If you want to test out a specific branch of ztnet, you can specify the branch like this, change `main` to the branch you want to test:

```bash
curl http://install.ztnet.network | sudo bash -s -- -b main
```

## Uninstalling ztnet
Expand Down

0 comments on commit 148a7e0

Please sign in to comment.