Correct way to change shell

Quick noob question.

According to Arch wiki

And to set one as default for your user do:
$ chsh -s full-path-to-shell

If you are using systemd-homed, run:
$ homectl update --shell=full-path-to-shell user

Does the following mean I use systemd-homed for this?

sudo systemctl status systemd-homed
● systemd-homed.service - Home Area Manager
     Loaded: loaded (/usr/lib/systemd/system/systemd-homed.service; enabled; preset: enabled)
     Active: active (running) since Fri 2023-06-23 04:46:21 CEST; 2 days ago
       Docs: man:systemd-homed.service(8)
             man:org.freedesktop.home1(5)
   Main PID: 466 (systemd-homed)
     Status: "Processing requests..."
      Tasks: 1 (limit: 8744)
        CPU: 99ms
     CGroup: /system.slice/systemd-homed.service
             └─466 /usr/lib/systemd/systemd-homed

Jun 23 04:46:21 piManjaro systemd[1]: Starting Home Area Manager...
Jun 23 04:46:21 piManjaro systemd-homed[466]: Watching /home.
Jun 23 04:46:21 piManjaro systemd[1]: Started Home Area Manager.

Headless version. No gui

CPU: quad core Model N/A (-MCP-) speed/min/max: 625/600/1500 MHz
Kernel: 6.1.34-1-MANJARO-ARM-RPI aarch64 Up: 17m Mem: 212.1/7811.2 MiB (2.7%)
Storage: 7.37 GiB (23.2% used) Procs: 143 Shell: Bash inxi: 3.3.27

It would appear so, yes.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.