Skip to content

Commit

Permalink
docs: 📝 amends tldr
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Sep 13, 2023
1 parent 5bb9d37 commit 6e1d773
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion guides/Node Operators/transfering-setup-ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ import FindAndReplaceConfigWithUserPaths from '../../guides/partials/_find-and-r

## TL;DR

The step-by-step instructions provided in the guide should be simple to follow. But the process is also available as an automated script from our [get.fleek.network]](https://github.com/fleek-network/get.fleek.network) if you are familiar.
:::tip
The step-by-step instructions provided in the guide should be simple to follow, but the process is also available as an automated script from our familiar [get.fleek.network](https://github.com/fleek-network/get.fleek.network) tool.

To use the automated script execute the following command in your server terminal and follow the instructions:

```sh
curl -sS https://get.fleek.network/transfer_system_user_setup_ownership | bash
```

If you find any isses or have feedback to help us improve [message us through our Discord](https://discord.gg/fleekxyz).
:::

## Introduction

Our Lightning CLI and Node process is run by a user, that has some sort of permissions–some users run it as a super user (root) which is questionable as root privileges are not a necessary good. We'll look into how to create a user to manage and control the Fleek Network Lightning CLI and Systemd unit service. Also, presents the concept of file permissions and ownership which is crucial in preventing private or sensitive data from being exposed to dodgy actors.
Expand Down

0 comments on commit 6e1d773

Please sign in to comment.