Configuring PingAccess to run as a Linux systemd service - PingAccess - 7.3

PingAccess

bundle
pingaccess-73
ft:publication_title
PingAccess
Product_Version_ce
PingAccess 7.3
category
Product
pa-73
pingaccess
ContentType_ce

Configure PingAccess to run as a Linux systemd service, causing it to start automatically when Linux starts.

Note:

The service script will only start if <JAVA_HOME> and <PA_HOME> are set and the PingAccess license file is found.

  1. Copy the configuration file from <PA_HOME>/sbin/linux/pingaccess.service to /etc/systemd/system/pingaccess.service.
  2. In the pingaccess.service file, replace the following variables:
    • ${PA_HOME}
    • ${PA_USER}
    • ${PA_JAVA_HOME}
  3. To allow read-write activity on the service, run:
    chmod 644 /etc/systemd/system/pingaccess.service
  4. To load the systemd service, run:
    systemctl daemon-reload
  5. To enable the service, run:
    systemctl enable pingaccess.service
  6. To start the service, run:
    systemctl start pingaccess.service