NAME
lockerd - Distributed lock handler for perl IPC::Locker
SYNOPSIS
lockerd [ --help ] [ --port=port ] [ --path=fifo_path ] [ --version ]
DESCRIPTION
Lockerd will start a deamon to watch for and service connects by the perl IPC::Locker package.
ARGUMENTS
- --help Displays this message and program version and exits.
- --port Specifies the port number to be used.
- --path Specifies that UNIX fifo will be used for communications with clients and the path to the fifo.
- --version Displays program version and exits.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>