navigaid
11/4/2016 - 4:06 PM

systemd service file for Mathematica network license manager MathLM

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