Ensure to run the service with 'flexlm' user
This commit is contained in:
parent
9bd0dee48b
commit
ae8bf35f72
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue