lockerd(1)
NAME
lockerd - Distributed lock handler for perl IPC::Locker
SYNOPSIS
lockerd [ --help ] [ --port=port ] [ --path=fifo_path ] [ --version ]
DESCRIPTION
Lockerd will start a daemon to watch for and service con
nects 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 communi
cations with clients and the path to the fifo.
--version Displays program version and exits.
AUTHORS
- Wilson Snyder <wsnyder@wsnyder.org>