...
If this is the first installation of the SIF Agent on the current server, refer to the daemonizing Daemonize the agentAgent section.
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
systemctl reenable usps-sif |
...