Ensure to run the service with 'flexlm' user

This commit is contained in:
Jeremy Gardais 2018-02-23 16:25:27 +01:00
parent 9bd0dee48b
commit ae8bf35f72
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
User=flexlm User={{ flexlm__user_name }}
WorkingDirectory={{ flexlm__service_working_directory }} WorkingDirectory={{ flexlm__service_working_directory }}
ExecStart={{ flexlm__lmgrd_path }} -z -c licence.lic ExecStart={{ flexlm__lmgrd_path }} -z -c licence.lic
SuccessExitStatus=15 SuccessExitStatus=15