On Linux platforms using SystemD, the automatic restart of the SafeNet 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 MFSafeNet [ asroot ] systemctl stop MFSafeNet [ asroot ] systemctl start MFSafeNet