logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

flappserver - foolscap server

Author

flappserver is a tool that ships with foolscap, created by Brian Warner.

       This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for the Debian  project  (but  may  be
       used by others).

                                                                                                  FLAPPSERVER(1)

Description

       This  command  controls  a  foolscap  application  server  or 'flappserver'. It fulfills the same role as
       "twistd" does for Twisted code: allows sysadmins to configure and launch services without obligating them
       to write Python code for each one.

       The options are described below.

Name

       flappserver - foolscap server

Options

create Create a new app server.

       add    Add new service to an app server.

       list   List services in an app server.

       start  Launch an app server.

       stop   Shut down an app server.

       restart
              First stop, if necessary, then start a server.

       version
              Show the version.

       help   Show the embedded help.

Synopsis

       flappserver (create|add|list|start|stop)

See Also