<<

phabbugz_feed.pl

NAME

phabbugz_feed.pl - Query Phabricator for interesting changes and update bugs related to revisions.

SYNOPSIS

  phabbugz_feed.pl [OPTIONS] COMMAND

    OPTIONS:
      -f        Run in the foreground (don't detach)
      -d        Output a lot of debugging information
      -p file   Specify the file where phabbugz_feed.pl should store its current
                process id. Defaults to F<data/phabbugz_feed.pl.pid>.
      -n name   What should this process call itself in the system log?
                Defaults to the full path you used to invoke the script.

    COMMANDS:
      start     Starts a new phabbugz_feed daemon if there isn't one running already
      stop      Stops a running phabbugz_feed daemon
      restart   Stops a running phabbugz_feed if one is running, and then
                starts a new one.
      check     Report the current status of the daemon.
      install   On some *nix systems, this automatically installs and
                configures phabbugz_feed.pl as a system service so that it will
                start every time the machine boots.
      uninstall Removes the system service for phabbugz_feed.pl.
      help      Display this usage info

<<