Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If this is the first installation of the SIF Agent on the current server, refer to the daemonizing Daemonize the agentAgent section. 

Code Block
titleRedhat - Update symbolic link
ln -fs /SIFAgents/USPS-SIF-Agent-2.0.2/USPS_daemon.sh  /etc/init.d/usps_sif


The service file in /etc/systemd/system  will need to be updated for the new installation directory path. Then reenable the service.

Code Block
titleUbuntu - Reenable service with updated path
systemctl reenable usps-sif

...