Skip to content

Instantly share code, notes, and snippets.

@schlady
Created November 11, 2015 16:07
Show Gist options
  • Save schlady/d7ba3dbfd8f31be87078 to your computer and use it in GitHub Desktop.
Save schlady/d7ba3dbfd8f31be87078 to your computer and use it in GitHub Desktop.
systemd service file for Mathematica network license manager MathLM
[Unit]
Description=Mathematica network license manager
After=network.target
[Service]
ExecStart=/usr/sbin/mathlm -foreground -logfile /var/log/mathlm.log -pwfile /opt/Wolfram/MathLM/mathpass
Restart=always
[Install]
WantedBy=multi-user.target
Alias=mathlm.service
@schlady
Copy link
Author

schlady commented Jan 15, 2022

Thx for feedback.
You are right in all points. The logfile option was for legacy behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment