On Linux platforms using SystemD, the automatic restart of the AutoPass license daemons is not enabled by default. To enable it, you need to do the following:
Restart=no
to:
Restart=always RestartSec=5s
This will restart the service if the associated process stops for any reason.
[ asroot ] systemctl reenable MFAutoPass [ asroot ] systemctl stop MFAutoPass [ asroot ] systemctl start MFAutoPass
With this change in place, the stop and start functions in /opt/microfocus/licensing/autopass/autoPassdaemon.sh no longer have control of the AutoPass license daemons.