Automatic Start of CA API Gateway After Server Reboot
search cancel

Automatic Start of CA API Gateway After Server Reboot

book

Article ID: 141182

calendar_today

Updated On:

Products

CA API Gateway API SECURITY STARTER PACK-7

Issue/Introduction

Is there some standard systemd script (sspcd.service) for CentOS 7.x that has to be run at startup to start CA API Gateway (/opt/SecureSpan/Gateway/runtime/bin/gateway.sh start) or does one have to be created?

Environment

API Gateway 9.3+

Resolution

Try setting up a cronjob to start the gateway service after a reboot.

crontab -e

@reboot /opt/SecureSpan/Gateway/runtime/bin/gateway.sh start