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