Skip to content

Instantly share code, notes, and snippets.

@JesterEE
JesterEE / agileesof.service
Last active June 4, 2018 18:20
RHEL7 agileesofd License Server systemd service
[Unit]
Description=agileesofd License Daemon
After=network.target network.service
[Service]
User=flexlm
WorkingDirectory=/opt/Keysight/flexnet
ExecStart=/opt/Keysight/flexnet/lmgrd -c ./licenses/agileesofd.lic -l ./log/agileesofd.log
Restart=always
RestartSec=30