Linux equivalent for daemon2

Hi all...

In my Unix system a program exists called "daemon2" which is responsible to enqueue program executions. For example, if I want to make the system to enqueue lpr executions for certain users, I call daemon2 with lpr as the parameter.

Is there an equivalent in Linux?

Thanks
Jaime