### Description It's PMM 3 pmm-agent on RHEL9 based VM. I saw the user pmm-agent is created but the process is actually started as root. Does the pmm-agent needs root to run? ``` [Unit] Description=pmm-agent After=time-sync.target network.target [Service] Type=simple ExecStart=/usr/sbin/pmm-agent --config-file=/usr/local/percona/pmm/config/pmm-agent.yaml Restart=always RestartSec=2s [Install] WantedBy=multi-user.target ``` ### Suggested solution _No response_ ### Additional context _No response_ ### Code of Conduct - [x] I agree to follow this project's Code of Conduct