Last active
June 13, 2019 09:03
-
-
Save youssefeldakar/e3330dd3b46a50b94031b88147f81f0e to your computer and use it in GitHub Desktop.
FlexLM systemd integration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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