[Giacomo A. Catenazzi] > Problems: > - How to force the deamon to be loaded BEFORE xorg in insserv? > I don't find a "before of" dependency in LSB headers
The header is X-Start-Before. In this case, I would use an entry like this: # X-Start-Before: xdm kdm gdm ldm sdm to make sure your script is started before the display managers. See <URL:http://wiki.debian.org/LSBInitScripts> or insserv(8) for more info on the available headers. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

