Versions Compared

Key

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

...

Edit USAS_daemon.sh / USPS_daemon.sh to include the following 2 lines above where it says 'Do not modify anything beyond this point'at the top. The daemon.sh files are located in the installation directory of the Agent.

Code Block
#! /bin/sh

### BEGIN INIT INFO
# Provides:          USAS SIF 
# Required-Start:    $local_fs $network
# Required-Stop:     $local_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: USAS SIF Agent
# Description:       USAS SIF Agent
### END INIT INFO


Code Block
titleEnable the daemon
sudo systemctl enable usas_sif

...