ansible.flexlm/templates/etc/systemd/system/flexlm.service.j2

17 lines
331 B
Plaintext
Raw Normal View History

2018-02-23 15:56:31 +01:00
# {{ ansible_managed }}
[Unit]
Description={{ flexlm__service_description }}
After=network.target
[Service]
Type=simple
User=flexlm
WorkingDirectory={{ flexlm__service_working_directory }}
ExecStart={{ flexlm__lmgrd_path }} -z -c licence.lic
SuccessExitStatus=15
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target