You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
489 B
INI
15 lines
489 B
INI
1 year ago
|
[Unit]
|
||
|
Description=Libero Licensing Service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
RestartSec=30
|
||
|
ExecStart=/storage/Shared/Programs/Microchip/Libero_SoC_v2023.1/Libero/bin64/lmgrd -z -c /storage/Shared/Programs/Microchip/Libero_SoC_v2023.1/license/License.dat -l /storage/Shared/Programs/Microchip/Libero_SoC_v2023.1/Logs/license.log
|
||
|
SuccessExitStatus=15
|
||
|
WorkingDirectory=/storage/Shared/Programs/Microchip/Libero_SoC_v2023.1/license
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|