Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 797 Bytes

File metadata and controls

26 lines (21 loc) · 797 Bytes

PSUAgent-Scripts

Install-LinuxPSUAgent.sh

This script installs the PSUAgent as a service.
The service runs as the service user with minimal permissions.
Official documentation for the agent

Usage:

  1. Download the Install-LinuxPSUAgent.sh file.
  2. Edit the variables in the upper part of the script.
  3. Make the file executable and run it with elevated privileges.
sudo chmod +x Install-LinuxPSUAgent.sh

Alternatively, the modifyed content of the file can be pasted into a terminal.

Validate:

sudo systemctl status PSUAgent # shows the status of the service
sudo journalctl -u PSUAgent --no-pager # shows logs without timestamps

Install-WindowsPSUAgent.ps1

coming soon