From 0fd23b233488ec5608e71228c2948125420758d0 Mon Sep 17 00:00:00 2001 From: velosol <37089357+velosol@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:09:51 -0700 Subject: [PATCH] Update rpm-systems.md to include linking the sensor under the orb user If you go to link the sensor to an Orb account you need to do it under the orb user, not the currently logged in user who isn't going to be the user context when systemd starts the sensor. --- docs/setup-sensor/linux/rpm-systems.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/setup-sensor/linux/rpm-systems.md b/docs/setup-sensor/linux/rpm-systems.md index 163d743..823dd37 100644 --- a/docs/setup-sensor/linux/rpm-systems.md +++ b/docs/setup-sensor/linux/rpm-systems.md @@ -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 -``` \ No newline at end of file +``` + +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 +```