pmm icon indicating copy to clipboard operation
pmm copied to clipboard

Not running pmm-agent as root for RPM based installation

Open patrickdung opened this issue 9 months ago • 0 comments

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

patrickdung avatar May 11 '25 15:05 patrickdung