How to set could auto start ./lmgrd with license.dat?

Status
Not open for further replies.

liuzhili

Member level 3
Joined
Oct 3, 2002
Messages
65
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
397
I have installed a software that the license is need to start with :
./lmgrd -c license.dat
everytime when I want to use the software,
How can I set that the license is auto start when by computer was bootup or when I start runing this software?
Thank you very much!!
 

in your home directory, in .cshrc file adding:

lmgrd -c license.dat
 

In linux platform, you can put this command into the file named rc.loal in the /etc.
 

Hi,

It is no recommend to start the service in .cshrc. Every time you start a new xterm, the service will start. You may start the service in /etc/rc5.d.


Mesfet+
 

rc.local was used in old 'sunos' - don't use it.

Use ONLY /etc/rc5.d :
The line 'lmgrd -c license.dat' (or whatever are the exact paths for the args...) should be added to S99 [the init script that's executed last] !
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…