[Unit] Description= lmgrd is the licensing module server. # # Example startup script for the license server daemon. # On Latest Linux systems this file would go in the /etc/systemd/system directory (make # sure it's marked executable after copying it there), and then the command: # # systemctl enable lmgrdService # # can be used to tell the system to run it on startup. # After=network.target remote-fs.target nss-lookup.target [Service] Type=forking Environment="Toolkit_Path=/opt/FNPlm/lmgrd_path" ExecStart=/opt/FNPlm/lmgrd_path/lmgrd -c ${Toolkit_Path}/counted.lic -l ${Toolkit_Path}/debug.log [Install] WantedBy=multi-user.target