Skip to content

Instantly share code, notes, and snippets.

@youssefeldakar
Last active June 13, 2019 09:03
Show Gist options
  • Save youssefeldakar/e3330dd3b46a50b94031b88147f81f0e to your computer and use it in GitHub Desktop.
Save youssefeldakar/e3330dd3b46a50b94031b88147f81f0e to your computer and use it in GitHub Desktop.
FlexLM systemd integration
[Unit]
Description=Licence manger for Intel
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/flexlm/intel
ExecStart=/opt/flexlm/intel/lmgrd -z -c server.lic -log /var/opt/flexlm-intel/lmgrd.log
SuccessExitStatus=15
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment