This script installs the PSUAgent as a service.
The service runs as the service user with minimal permissions.
Official documentation for the agent
- Download the Install-LinuxPSUAgent.sh file.
- Edit the variables in the upper part of the script.
- Make the file executable and run it with elevated privileges.
sudo chmod +x Install-LinuxPSUAgent.shAlternatively, the modifyed content of the file can be pasted into a terminal.
sudo systemctl status PSUAgent # shows the status of the service
sudo journalctl -u PSUAgent --no-pager # shows logs without timestampscoming soon