Skip to content
Open
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
12 changes: 11 additions & 1 deletion docs/setup-sensor/linux/rpm-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,14 @@ Enable ephemeral mode (optional)
```bash
echo 'ORB_EPHEMERAL_MODE=1' | sudo tee -a /etc/default/orb >/dev/null
sudo systemctl restart orb
```
```

Link Orb to account

:::info
If you want to link your sensor to your Orb account you need to run the link command under the `orb` user created during installation, not the user you are logged in as.
:::

```bash
sudo -u orb orb link
```