Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following attached script can be used to run a Mac OS X license server at system startup:

...

.

This file must be placed in the

...

/System/Library/LaunchDaemons/

...

directory.

...

All

...

files

...

used

...

by

...

the

...

license

...

server

...

(licenses,

...

logfile,

...

configuration

...

file,

...

server

...

executable)

...

must

...

be

...

accessible

...

for

...

the

...

"daemon

...

" user.

...

General

...

privileges

...

can

...

be

...

set

...

to

...

755

...

using

...

chmod,

...

as

...

follows:

...

chmod

...

-R

...

755

...

/usr/x-formation

...

The

...

owner

...

and

...

group

...

for

...

the

...

license

...

server

...

executable

...

must

...

have

...

sufficient

...

rights

...

to

...

run

...

it,

...

which

...

you

...

can

...

set

...

using

...

the

...

commands

...

chown

...

and

...

chgrp.