vovtsd
This utility listens for requests to launch taskers for various projects, but always for the same user. The requests typically come from vovtaskermgr.
Usage
vovtsd: Usage Message
VOVTSD: Vov Tasker Service Daemon
This utility listens for requests to launch taskers for
various projects, but always for the same user.
The requests typically come from vovtaskermgr.
USAGE:
% vovtsd [OPTIONS]
OPTIONS:
-v -- Increase verbosity.
-h -- Print this help.
-debug -- Generate verbose output.
-help -- This message.
-normal -- Start a normal daemon (for current user)
-expire <TIMESPEC> -- Exit from vovtsd after specified time.
-user <user> -- Specify the user that should be impersonated.
vovtsd computes the port number by
hashing the user name.
-port <n> -- Specify port to listen to.
EXAMPLES:
% vovtsd -normal
% vovtsd -port 16666
% vovtsd -user john -port 16000